An experiment to automate manual testing of the ReactDOM test fixtures.
This setup has only been tested in High Sierra OSX.
yarn install
cp .env.example .env
Run:
yarn test
By default, this tests Chrome locally.
To define a local server to test again, pass in a 'baseUrl' setting:
yarn test --baseUrl=http://localhost:5000
- Create an account (a free trial is fine) on Sauce Labs.
- Copy
.env.example
to.env
. - Fill in your Sauce Labs username and key within
.env
yarn test
By default, this tests 4 different browsers on the Sauce Labs platform.