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

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" ] }