- Click [Y Fork] button at the top right corner
- Click [Code] green button above
- Click [Open with GitHub Desktop] button
- Choose local path to store the repository on your local machine
- Click the [Clone] button
- Open Settings > manage Access tab
- Add the following persons as reviewers (list provided during workshop)
- (Prerequisites) Install NodeJS
- Open the cloned project folder in VS code
- Open new terminal from the top menu
- Exuecute the following 2 commands:
- npm install
- npx playwright install
Exuecute the following command:
- npx playwright test
Watch as Playriwght executes the placehodler test (terminal indicates that 1 test was executed succesfully)