/playwright-test-sample

playwright sample test

Primary LanguageTypeScript

playwright-test-sample

This repository is for Playwight validation

Install dependencies:

npm install

Run Test

Run test (headless execution):

npx playwright test src/static-site1-test.spec.ts

Run test with browser window:

npx playwright test src/static-site1-test.spec.ts --headed