Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: install WebdriverIO packages as optional dev dependencies (#510)
WebdriverIO which we use for browser testing cannot be installed on some platforms like z/OS. In order to allow "Canary in the Goldmine" (https://github.com/nodejs/citgm) to be run on such platforms as well we need to install WebdriverIO as an optional devDependency. npm doesn't support this out-of-the-box but fortunately there is https://github.com/bcoe/optional-dev-dependency which does precisely what we need. Fixes #509
- Loading branch information