- Added acceptance tests for the Newsletters page

- Added a shim to make PhantomJS work with React (temporary workaround)
- Removed asset compilation during acceptance testing
Closes #111
This commit is contained in:
MrCasual
2015-09-07 20:03:47 -04:00
parent 4b8259edf4
commit 2cc24ae965
4 changed files with 68 additions and 17 deletions

View File

@ -95,7 +95,6 @@ class RoboFile extends \Robo\Tasks {
function testAcceptance($file = null) {
$this->loadEnv();
$this->compileAll();
$this->_exec('vendor/bin/codecept build');
$this
->taskExec('phantomjs --webdriver=4444')