Chapter6: web driver IO & mocha
This section contain the following items:
1.Introduction
In order to build a auto testing framework to fulfill our requirement, this chapter have the following items:1) What is webDriverIO?
2) Enviroment Setting
2) Apply to project and analysize
4) Reference2.What is webdriverio?
WebdriverIO lets you control a browser or a mobile application with just a few lines of code. Your test code will look simple, concise and easy to read. The integratedtestrunner allows you to write asynchronous commands in a synchronous way so that you
don’t need to care about how to propagate a Promise to avoid racing conditions.
The test runner comes also with a variety of hooks that allow you to interfere into the
test process in order to take screenshots if an error occurs or modify the test procedure
according to a previous test result. (reference from: http://webdriver.io/)3.Environment setting
5.Reference
Last updated

