Playwright test automation boilerplate
Playwright is a Nodejs end-to-end browser test automation framework. As most Nodejs frameworks; the underling frameworks could be implemented using a combination of different technology-stacks, depending on your needs.
Below, we provide a list of boilerplates to showcase a few different ways you could implement browser automation using Playwright.
Such as, implement Playwright automation using TypeScript, use Jest to run your Playwright tests, or use Cucumber to write Playwright automation using Behavior-Driven Development (BDD) etc.
Commonjs
ES modules
TypeScript
Cucumber
Jasmine
Jest
Mocha
Babel
ESM
ts-jest
ts-node
Chai
Assert
Expect
Should
If you would like a boilerplate with any other module system, transpiler, test-runner, assertions module, or similar let me know in the comment section.