Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 696 Bytes

File metadata and controls

11 lines (10 loc) · 696 Bytes

Installing

  1. To use these exercise files, you must have the following installed:
  2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
  3. git switch 01_02b to swap to the base repository.
  4. npm install to install the node depencies
  5. npx playwright install to install the playwright browsers
  6. npx playwright test to run all the test in the directory