Skip to content

ElaineHuang/webdriverio_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webdriver.IO Example

init project

cd webdriverio_example
npm install

install Chimp

npm install chimp -g
chimp --mocha --watch --path=test --browser=<chrome/firefox>

install selenium-standalone (If you can't use service)

npm install selenium-standalone -g
selenium-standalone install
selenium-standalone start

execute

npm test
npm run demo
npm run github
npm run chimp

allure report

After testing, you can execute two commands to generate and open the allure results.

npm run allure
npm run report

About

WebdriverIO basic envirnment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%