Code Monkey home page Code Monkey logo

automation-roadmap's Introduction

Automation roadmap project

Skill tree for automated QA wannabies.

First steps

Download repo, then in the project directory run:

yarn

to install all the required packages. Then to run the project locally use command:

yarn start

It should automatically open the browser, otherwise open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

Before you'll merge the PR, use command:

yarn build

to build statics off the app (this will update the /app folder on the github pages).

Contributing

Main file with the skill data: /src/data/roadmapData.json

The skill structure is following:

~skill level~ [main skill level - for now "begginer" "intermediate" "expert"; array]
└─── ~skill~ [name of the skill (i.e. "Api automation") which is displayed; array]  
│   │   "name": [displayed name of sub-skill; object - mandatory],
│   │   "optional":  [should skill be displayed as optional?; boolean - optional, otherwise false],
│   │   "ngOnly": 	[should skill be displayed as available only for Netguru?; boolean - optional, otherwise false],
│   └───  "data": [set of links and descriptions; array]
│   │    │	"description" [description of link provided below; string object]
│   │    │	"url" [link to materials; string object, should provide full link]
│   │    │	"urlLabel" [label of the button on the link; string object]

"description" field can parse Markdown language, so proper formatting is available.

Project created using Create React App and Semantic UI

automation-roadmap's People

Contributors

arturduziak avatar galeza avatar hubert-niewinski avatar katabedn avatar stanislaw7k avatar wojtekkoczwara avatar woytekn avatar zciluk avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.