Skip to content

SachinMNair/WDIO-BS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WDIO-BS-sample

Setup

  • Clone the repo

git clone https://github.com/SachinMNair/WDIO-local-sample.git

  • Install dependencies

npm install

  • Export credentials

export BROWSERSTACK_USERNAME=<browserstack-username>
export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>

Running your tests

  • Run the test

npm run wdio

Points to be checked.

  • Check whether the website is loading or not before the session ends
  • If the website loads, check the time it took to load
  • Check the local console logs to see if there is any timeout error received

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published