Skip to content

v-antanovich/automation-practice-js

Repository files navigation

automation-practice-js

This project is for the 'Community of automation practice JS'.

It contains for each theme of this course:

  • code examples
  • tasks or set specifications of tasks

Branches

  • main - production code (merge after release group)
  • dev - feature/refactor/fix code for all themes
  • ${name-surname} - contains code by specific user

Theme

Theme Links
Intro readme
Data types. Variables example
Dynamic types example
Conditions if-else, switch, loops example
Arrays example
Objects example
Functions example
OOP example
Node.js, npm, first jest test theory, test
Mocha test example
Locators example

How to start?

  1. Create account on GitHub аnd send your accountName to community chat (to add you as contributor)
  2. Check email and accept invitation
  3. Visit repository and copy link https://github.com/v-antanovich/automation-practice-js.git
  4. Set user with command git config more info
  5. Clone repository with command git clone
  6. Switch to dev branch with command git checkout dev
  7. Create own branch from dev branch with command git checkout -b name-surname
  8. Create folder (firstname letter dot surname (example - v.antanovich)) for you solution and place all your code there
  9. Add all changes to stage with command git add -A
  10. Commit changes git commit -m "your message"
  11. Push the results with command git push origin name-surname
  12. Create merge-request from your branch to dev and add somebody to approve it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 20