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