UNPKG

@serenity-js/webdriverio

Version:

Adapter that integrates @serenity-js/web with the latest stable version of WebdriverIO, enabling Serenity/JS reporting and using the Screenplay Pattern to write web and mobile test scenarios

19 lines (18 loc) 309 B
{ "extends": "../../tsconfig.build.json", "compilerOptions": { "module": "CommonJS", "moduleResolution": "Node", "outDir": "lib", "rootDir": "src", "target": "es2022", "lib": [ "es2022", "dom" ], "skipLibCheck": true }, "include": [ "src/**/*.ts" ] }