diff --git a/docs/installation.md b/docs/installation.md index f86c74f2..288b2ac4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -24,5 +24,5 @@ npx aw -h If you only need the node runner: ```sh -npm i -D @after-work.js/cli @after-work.js/node +npm i -D @after-work.js/node-cli ``` diff --git a/examples/protractor/aw.config.multi.js b/examples/protractor/aw.config.multi.js index 83b8dcfc..07d86fc1 100644 --- a/examples/protractor/aw.config.multi.js +++ b/examples/protractor/aw.config.multi.js @@ -21,7 +21,6 @@ module.exports = function initConfig() { }, ], specs: [path.resolve(__dirname, 'test/hello.spec.js')], - 'filter.protractor.files': ['**/examples/protractor/**'], artifactsPath: 'test/__artifacts__', // Protractor mochaOpts mochaOpts: { diff --git a/examples/protractor/aw.config.rendering.js b/examples/protractor/aw.config.rendering.js index 12e54a8d..ca9478d8 100644 --- a/examples/protractor/aw.config.rendering.js +++ b/examples/protractor/aw.config.rendering.js @@ -13,7 +13,6 @@ module.exports = function initConfig() { }, }, specs: [path.resolve(__dirname, 'test/rendering/rendering.spec.js')], - 'filter.protractor.files': ['**/examples/protractor/**'], artifactsPath: 'test/__artifacts__', // Protractor mochaOpts mochaOpts: {