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

19 lines (18 loc) 315 B
{ "extends": "../../tsconfig-esm.options.json", "compilerOptions": { "module": "Node20", "moduleResolution": "Node16", "outDir": "esm", "rootDir": "src", "target": "es2022", "lib": [ "es2022", "dom" ], "skipLibCheck": true }, "include": [ "src/**/*.ts" ] }