Skip to content

fkranenburg/playwright-jest-boilerplate

 
 

Repository files navigation

demo Playwright & test

install

npm install

generate test

npx playwright codegen www.caseware.com

run all tests

npm run test

run single test

npm run test caseware

run single test in debug modus

npm run test-debug caseware

example code pauze

await page.pause();

gebruik 'jest' om javascript functies te testen

npm run test-js calc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%