Skip to content

pajdekPL/pw-ts-fixtures

Repository files navigation

Playwright typescript - fixtures example

Requirements

  • installed node v22 and npm. I recommend using NVM to manage node versions.

Clone this repo and execute:

npm install
npx playwright install --with-deps chromium

To run tests from CLI:

npx playwright test --grep @scope --workers 1
npx playwright test --grep @scope --workers 3


npx playwright test --grep @auto-fixture --workers 1

About

Deep Dive: Playwright Fixtures with TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors