Skip to content

jdmesalosada/playwright-course-jm-consultant

Repository files navigation

playwright-course-jm-consultant

Run all tests:

npx playwright test

Run tests on specific environment:

ENV=prod npx playwright test

Run tests by title -g(grep):

npx playwright test example.spec.ts --grep "should get users from page 2"
npx playwright test registration.spec.ts --grep "registration" --headed --project chromium

Run tests by Line number:

npx playwright test example.spec.ts:32

Run tests by Line number

npx playwright test example.spec.ts

Patterns:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published