Skip to content

Venly/browserstack-automate-typescript-base-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run example

Install dependencies

npm install

Set .env

  • BROWSERSTACK_USERNAME=<your-user-name>
  • BROWSERSTACK_ACCESS_KEY=<your-access-key>

The username and access key can be found under "ACCESS KEY" on "https://automate.browserstack.com/" if you're logged in.

DO NOT COMMIT .env, this will contain your private access key and username

Run Test

npm run test

Releases

No releases published

Packages

No packages published