Skip to content

JeanMarie3/playwright_tests_examples

Repository files navigation

#Installing Playwright npm init playwright@latest

#Running all tests npx playwright test

#HTML Test Reports npx playwright show-report

#Running a single test file npx playwright test example.spec.js

#Run a set of test files npx playwright test tests/todo-page/ tests/landing-page/

#Running tests in headed mode npx playwright test example.spec.js --headed

#Running Tests on specific browsers npx playwright test example.spec.js --project=chromium

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published