Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests - refactor and rename npm scripts | kumavis | 2017-09-14 | 1 | -1/+1 |
| | |||||
* | ci - deps - download latest chrome and firefox | kumavis | 2017-09-12 | 1 | -1/+12 |
| | |||||
* | ci - dont need global install of test utils | kumavis | 2017-09-08 | 1 | -4/+0 |
| | |||||
* | One script runs for Ci build | Thomas Huang | 2017-07-26 | 1 | -3/+1 |
| | |||||
* | Configure ci build to run tests individually | Thomas Huang | 2017-07-24 | 1 | -0/+5 |
| | |||||
* | Bump node version | Dan Finlay | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Bump circleCI node version to 8.0.0 | Dan Finlay | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | ci - use node 7.6.0 | kumavis | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | Remove npm i again because apparently that worked | Dan Finlay | 2016-09-09 | 1 | -1/+0 |
| | |||||
* | Remove deps added for older ubuntu | Dan Finlay | 2016-09-09 | 1 | -6/+1 |
| | |||||
* | Remove npm i to check if cache held | Dan Finlay | 2016-09-09 | 1 | -1/+0 |
| | |||||
* | Try adding npm i to circle.yml | Dan Finlay | 2016-09-09 | 1 | -0/+1 |
| | |||||
* | Add - "npm i -g mocha" to circle | Frankie | 2016-08-26 | 1 | -0/+1 |
| | |||||
* | CI - add lsb-base dep | kumavis | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | add deps. | Kevin Serrano | 2016-08-26 | 1 | -0/+1 |
| | |||||
* | Bump chrome version. | Kevin Serrano | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | Modify cirlce.yml | Kevin Serrano | 2016-08-26 | 1 | -0/+5 |
| | |||||
* | Ui testing (#481) | Dan Finlay | 2016-07-26 | 1 | -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.yml | Dan Finlay | 2016-06-22 | 1 | -0/+3 |