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 .envRun:
yarn testBy 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.exampleto.env. - Fill in your Sauce Labs username and key within
.env
yarn testBy default, this tests 4 different browsers on the Sauce Labs platform.