UNPKG

@serenity-js/playwright-test

Version:

Serenity/JS test runner adapter for Playwright Test, combining Playwright's developer experience with the advanced reporting and automation capabilities of Serenity/JS

15 lines (14 loc) 201 B
{ "extends": "../../tsconfig.build.json", "compilerOptions": { "outDir": "lib", "rootDir": "src", "lib": [ "es2022", "dom" ] }, "include": [ "src/**/*.ts" ] }