Skip to content

PipulPant/WebdriverIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Use yarn to install all the package.json dependencies.

yarn install

Configure following environment variables:

APP_ENV
# Browserstack config (optional for local test)
BROWSERSTACK_USERNAME
BROWSERSTACK_ACCESS_KEY
# Mailosaur config
MAILOSAUR_SERVER_ID
MAILOSAUR_API_KEY

ENV can be set with .env.local file for running locally.

Running Tests

Tests can be run as follows:

# run test locally
yarn test:local

# run test with browserstack
yarn test:bs

# run test on browserstack local
yarn test:bs:local

Note If you're testing locally, make sure you're running the build locally before running tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published