https://github.com/amilajack/testcafe-remote-browser-example
https://github.com/amilajack/testcafe-remote-browser-example
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amilajack/testcafe-remote-browser-example
- Owner: amilajack
- Created: 2018-08-03T21:18:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T19:53:38.000Z (over 6 years ago)
- Last Synced: 2025-02-08T08:47:28.087Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
testcafe-remote-browser-example
===============================
[](https://travis-ci.org/amilajack/testcafe-remote-browser-example) [](https://greenkeeper.io/)A runnable example of running testcafe on remote browsers. These test run on [browserstack](https://www.browserstack.com) and [saucelabs](https://saucelabs.com)
## Setup
```bash
git clone https://github.com/amilajack/testcafe-remote-browser-example
cd testcafe-remote-browser-example
yarn
cp .env.example .env
# Add your API keys to .env
vim .env
yarn test
```