TestCafe git repos
For each repo create your own repos first
Create a new repo on your github account. A possible name might be “find-highest-number-tests”
Using git bash navigate to the /c/work folder
Clone this project down using this command
git clone
Change the remote location to your repo using the command
git remote set-url origin <remote_url>
(where <remote_url> is the url of your new repo)In Visual Studio Code open the folder new-folder
Description | Git Repo | Tests To Think About |
---|---|---|
Demonstrates the basic structure of a TestCafe test |
| NA |
An empty project for Quicklab 03 |
| NA |
Relates to writing tests for Quicklab “Personal Details Tests” |
| Test 1
Test 2
|