Skip to content

web-driverify/wdio-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a boilerplate project for wdio to connect web-driverify.

Initialize Web Driverify Server

Install web-driverify:

there will be online services soon

$ npm install -g web-driverify

Start test server:

$ wd

Run Test Cases

Download and install dependencies:

git clone [email protected]:web-driverify/wdio-boilerplate.git
cd wdio-boilerplate && npm install

Run test cases:

$ npm test

In case you're looking for test configurations, take a look at wdio.conf.js

About

A boilerplate project using wdio and web-driverify.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published