Skip to content

Playwright POC Automation Tests in JavaScript (Microsoft open-source automation framework similar to Cypress)

Notifications You must be signed in to change notification settings

AbdelQA/Playwright-JavaScript-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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