Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 386 Bytes

File metadata and controls

19 lines (15 loc) · 386 Bytes

BrowserStack TestCafe Sample

Configure

Export the following environment variables:

BROWSERSTACK_USERNAME=username
BROWSERSTACK_ACCESS_KEY=key
BROWSERSTACK_USE_AUTOMATE="1"

Browser used defaults to browserstack:safari. Can modify in samplerunner.ts.

Run Test

Launch with:

npm run test

See on browserstack dashboard that the page does not load with safari.