Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 473 Bytes

File metadata and controls

28 lines (14 loc) · 473 Bytes

Playwright Automation

(NOTE: Work In Progress)

Installing:

npm install

Running ALL Tests (Headless mode):

npx playwright test

Running ALL Tests (UI mode):

npx playwright test --ui

API Tests:

npx playwright test apiTests.spec.js

Login Tests:

npx playwright test loginTests.spec.js

Results (Chromium, Firefox, Safari)

image