Add WebdriverIO

WebdriverIO is a serious framework for automated testing based on WebDriver protocol. it provides own test-runner, reporters, services, plugins, sync/async API, eventhandling, multiremoting and powerfull debugging

Closes #539
This commit is contained in:
Alexander Abashkin
2016-06-26 15:38:13 +02:00
committed by Sindre Sorhus
parent ce1c34ee33
commit 6ea16cdcba

View File

@@ -585,6 +585,7 @@
- [hook-std](https://github.com/sindresorhus/hook-std) - Hook and modify stdout/stderr.
- [testen](https://github.com/egoist/testen) - Run tests for multiple versions of Node.js locally with NVM.
- [Nightwatch](https://github.com/nightwatchjs/nightwatch) - Automated UI testing framework based on Selenium WebDriver.
- [WebdriverIO](http://webdriver.io) - Automated testing based on the WebDriver protocol.
### Security