Skip to content

sasastarcevic/qaskills-free-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Write your First Automation Test in Just 10 min.

  1. Install Git for your operating system:

  2. Open console for your specific operating system and type command:

    • "git --version"
    • Response should be something like: "git version 2.28.0"
  3. Install Nodejs for your operating system: https://nodejs.org/en/download/

  4. Download and install VSC (Visual Studio Code) for your operating system: https://code.visualstudio.com/download

  5. Create folder LearnTesting, open console inside this folder, and execute the command:

  6. Open console and go to folder "qaskills-free-guide"

    • Open console inside folder "LearnTesting"
    • cd qaskills-free-guide
    • Execute command: "npm install"
    • Run test with command: "npm test"
    • Test will failed
  7. Start VSC (Visual Studio Code) and open "qaskills-free-guide" folder:

    • In top left corner click: "File/ Open Folder" and choose folder "qaskills-free-guide" inside created folder LearnTesting
  8. Fix failed test with the following steps:

    • Click on file "test.js" inside VNC explorer
    • Replace value "Write first automation test with the support from" with "QASkills" and save the file
    • Run test with command: "npm test"
    • Congrats, you are done with the first automation test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published