/webdriverio-examples

Primary LanguageJavaScriptMIT LicenseMIT

Build Status MIT License

WebdriverIO Examples

Here are some examples for WebdriverIO: a well known implementation of WebDriver in NodeJS.

Testing with WDIO

wdio is a test runner specially made for WebdriverIO. It makes your test easier.

Testing in Standalone Mode

If it's the first time you use WebdriverIO, we strongly recomend you to use it with wdio like above. But, sometimes wdio could be a bit messy when we need to combine some testing tools together. This example shows you how to do it without wdio.