Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 579 Bytes

readme.md

File metadata and controls

32 lines (22 loc) · 579 Bytes

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