Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 264 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 264 Bytes

API-Testing-Portfolio

Repository for my advanced API testing using Playwright

Where are the tests?

The tests are located under the "tests" folder.

How to run the tests?

  • Clone the repository
  • run 'npm install'
  • run 'npx playwright test' in the terminal