WebdriverIO seed for future testing projects
- WebdriverIO
- Typescript
- TSLint
- TSNode
- Jasmine
- Gulp
- Allure Reporting
- Custom config files for the local project and teamcity server
Make sure you have NodeJS installed (version 5+).
npm install
run all
gulp wdio
run a specific suite / suites
gulp wdio --suite yoursuite
gulp wdio --suites yoursuite1,yoursuite2
run a specific environment
gulp wdio --env test -> used by default
gulp wdio --env dev
gulp wdio --env staging -> currently not fully supported because of https connection issues
run a specific suite on a specific environment
gulp wdio --suite yoursuite --env dev
API
Developer Guide
http://webdriver.io/guide.html
Gitter Chat
If you have any issues with WebdriverIO and you can't fix them on your own feel free to write in this chat and most probably somebody will help you.
For harder questions where nobody else is responding write @christian-bromann, he is a contributor and knows most probably whats going on!