Skip to content

adityai/playwright-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright Sample

Install

Clone the repo and execute the following to install playwright

npm install
npx install playwright

To run

Execute headless

npx playwright test

Execute headed

npx playwright test --headed

Execute on specific browser

Note: playwright.config.ts as defined in the repo is required where each of the browsers need to be declared.

npx playwright test --project=firefox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published