Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 361 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 361 Bytes

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