Skip to content

swena56/webdriverio-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sauce labs from Scratch

npm init -y
npm install -D  @wdio/cli chai
./node_modules/bin/wdio config

setup nvm

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
nvm install 12.16.1
nvm use 12.16.1

CHROMEDRIVER_VERSION=68.0 npm install chromedriver

BASE_URL=https://saucedemo.com

be fast, and reliable

expand developer value

unify the platform and experience

analytics for delivery risk insight

quarantine flaky tests test run time

Seperate reporting from tests -reporting is disconnected from content

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published