wdio-chai-plugin
A WebdriverIO plugin. Adapter for Chai assertion library
Installation
The easiest way is to keep wdio-chai-plugin
as a dependency
in your package.json
.
"dependencies": "wdio-chai-plugin": "^0.0.1"
You can simple do it by:
npm install wdio-chai-plugin --save-dev
Configuration
Following code shows the default wdio
test runner configuration...
// wdio.conf.js let chai = ; /** @namespace browser */moduleexports = // ... { ; } // ... ;
Usage
;
====
For more information on WebdriverIO
see the homepage.