Exact steps to reproduce / repository that demonstrates the problem
Please put long code snips in a Gist and provide a link here.
Version & tools:
Chimp command line used:
chimp conf/chimp.js "$@"
via a yarn task
Chimp config file: see above
Chimp: 0.49.1
Node.js: 8.2.1
Java: openjdk version "1.8.0_112"
Operation system: OSX Sierra Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64
Console / Log Output
1) Scenario: Layer opens - src/ui/layer/features/layer.feature:4
Step: Before
Step Definition: src/features/step_definitions/general.steps.ts:17
Message:
TypeError: browser.percyUseAssetLoader is not a function
at World.<anonymous> (src/features/step_definitions/general.steps.ts:25:15)
2) Scenario: Layer opens - src/ui/layer/features/layer.feature:4
Step: After
Step Definition: src/features/step_definitions/general.steps.ts:29
Message:
TypeError: browser.percyFinalizeBuild is not a function
at World.<anonymous> (src/features/step_definitions/general.steps.ts:31:15)
Join our Slack xolv.io/community #chimp channel, where you can find help and help others.
Expected behaviour
Loading a webdriverio plugin (https://github.com/percy/percy-webdriverio).
Actual behaviour
Plugins seem to be ignored, e.g. a
chimp.js
with:doesn't seem to load
percy-webdriverio
.Exact steps to reproduce / repository that demonstrates the problem
Please put long code snips in a Gist and provide a link here.
Version & tools:
Chimp command line used:
via a
yarn
taskChimp config file: see above
Chimp:
0.49.1
Node.js:
8.2.1
Java:
openjdk version "1.8.0_112"
Operation system: OSX Sierra
Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64
Console / Log Output
Join our Slack xolv.io/community #chimp channel, where you can find help and help others.