marian51 / poc-playwright-typescript-gui-api

A repository containing a sample project based on Playwright, written using Typescript, showing testing of the GUI and API of given application.
2 stars 0 forks source link

Set basic run commands #5

Closed marian51 closed 1 month ago

marian51 commented 1 month ago

Added 3 basic run commands: npm test to run all test in headed mode npm run test-headless to run all tests in *headless mode npm run test-tag --tag="<tag_name>" to run only tests with given tag in name

Locally works correct ✅