UNPKG

@serenity-js/playwright

Version:

Adapter that integrates @serenity-js/web with Playwright, enabling Serenity/JS reporting and using the Screenplay Pattern to write component and end-to-end test scenarios

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