From 6ea16cdcbab9b1b57972fe67b10057250e8998ca Mon Sep 17 00:00:00 2001 From: Alexander Abashkin Date: Sun, 26 Jun 2016 15:38:13 +0200 Subject: [PATCH] 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 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 41dbc5d..6f94db6 100644 --- a/readme.md +++ b/readme.md @@ -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