aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
Commit message (Collapse)AuthorAgeFilesLines
* tests - refactor and rename npm scriptskumavis2017-09-141-1/+1
|
* ci - deps - download latest chrome and firefoxkumavis2017-09-121-1/+12
|
* ci - dont need global install of test utilskumavis2017-09-081-4/+0
|
* One script runs for Ci buildThomas Huang2017-07-261-3/+1
|
* Configure ci build to run tests individuallyThomas Huang2017-07-241-0/+5
|
* Bump node versionDan Finlay2017-07-131-1/+1
|
* Bump circleCI node version to 8.0.0Dan Finlay2017-06-211-1/+1
|
* ci - use node 7.6.0kumavis2017-05-131-1/+1
|
* Remove npm i again because apparently that workedDan Finlay2016-09-091-1/+0
|
* Remove deps added for older ubuntuDan Finlay2016-09-091-6/+1
|
* Remove npm i to check if cache heldDan Finlay2016-09-091-1/+0
|
* Try adding npm i to circle.ymlDan Finlay2016-09-091-0/+1
|
* Add - "npm i -g mocha" to circleFrankie2016-08-261-0/+1
|
* CI - add lsb-base depkumavis2016-08-261-1/+1
|
* add deps.Kevin Serrano2016-08-261-0/+1
|
* Bump chrome version.Kevin Serrano2016-08-261-1/+1
|
* Modify cirlce.ymlKevin Serrano2016-08-261-0/+5
|
* Ui testing (#481)Dan Finlay2016-07-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UI Testing Framework and Simple UI Test Added a Testem configuration that launches a Qunit page with an iFrame that builds and loads our mock-dev page and can interact with it and run tests on it. Wrote a simple test that accepts the terms and conditions and transitions to the next page. I am not doing any fancy redux-hooks for the async waiting, I've simply added a `tests/integration/helpers.js` file with a `wait()` function that returns a promise that should wait long enough. Long term we should hook into the app lifecycle by some means for testing, so we only wait the right amount of time, and wait long enough for slower processes to complete, but this may work for the time being, just enough to run some basic automated browser tests. * Separate UI tests from normal unit test suite * Add UI tests to CI test script * Add testem and phantom to circleCI pre-script * Fix circle pre script * Move pre scripts to dependencies key * Remove phantom from build deps * Fix testem runner page * Add promise polyfill for PhantomJS * Skip PhantomJS in testem * Run browser tests in parallel * Fix promise usage? * Correct skip usage
* Add circle.ymlDan Finlay2016-06-221-0/+3