Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 320 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 320 Bytes

Github Actions

Example project structure

Install

npm install

Install playwright browsers

npx playwright install --with-deps

Run all tests

npm run test

Run tag test

npm run tag --tag=@Example1

Run tests playwright file

npm run spec --spec=example