Would like to use some continuous integration testing for this project, but there seems to be a lot of drama surrounding qunit, grunt and phantom right now; when I try to test locally with Grunt (using the config files I'm mothballing for now in tests/CI), I get complaints like
107:beamCompanionExplorer billmills$ grunt test
Running "connect:server" (connect) task
Started connect web server on http://localhost:8000
Running "qunit:all" (qunit) task
Testing http://localhost:8000/tests/tests.html Warning: Cannot read property 'connected' of undefined Use --force to continue.
Aborted due to warnings.
There are a bunch of vaguely similar issues out there:
Until some of this clears up, CI is more trouble than we have time to resolve. Until then, tests can be found in tests/tests.html.
Would like to use some continuous integration testing for this project, but there seems to be a lot of drama surrounding qunit, grunt and phantom right now; when I try to test locally with Grunt (using the config files I'm mothballing for now in
tests/CI), I get complaints likeThere are a bunch of vaguely similar issues out there:
Until some of this clears up, CI is more trouble than we have time to resolve. Until then, tests can be found in tests/tests.html.