-
Install Git for your operating system:
-
Open console for your specific operating system and type command:
- "git --version"
- Response should be something like: "git version 2.28.0"
-
Install Nodejs for your operating system: https://nodejs.org/en/download/
-
Download and install VSC (Visual Studio Code) for your operating system: https://code.visualstudio.com/download
-
Create folder LearnTesting, open console inside this folder, and execute the command:
-
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
-
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
-
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.
-
Notifications
You must be signed in to change notification settings - Fork 0
sasastarcevic/qaskills-free-guide
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published