Update README for updated paths to tests

This commit is contained in:
Brett Sun 2016-01-29 13:58:57 +01:00
parent 67b46fb425
commit 574378af98
1 changed files with 8 additions and 1 deletions

View File

@ -108,7 +108,14 @@ Visual Regression Testing
We're using [Gemini](https://github.com/gemini-testing/gemini) for visual regression tests because it supports both PhantomJS2 and SauceLabs.
See the [helper docs](docs/visual-regression-testing.md) for information on installing Gemini, its dependencies, and running and writing tests.
See the [helper docs](test/gemini/README.md) for information on installing Gemini, its dependencies, and running and writing tests.
Integration Testing
-------------------
We're using [Sauce Labs](https://saucelabs.com/home) with [WD.js](https://github.com/admc/wd) for integration testing across browser grids with Selenium.
See the [helper docs](test/integration/README.md) for information on each part of the test stack and how to run and write tests.
Workflow