- 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
- Choose the second option "For my own purposes" when asked
- Open your forked repository 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
- Execute the following 2 commands:
- npm install
- npx playwright install
Execute the following command:
- npx playwright test
Watch as Playwright executes the placeholder test (terminal indicates that 1 test was executed successfully)