-
Notifications
You must be signed in to change notification settings - Fork 2
Travis-CI #10
Copy link
Copy link
Open
Labels
Description
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:
- Cannot read property 'connected' of undefined [WINDOWS] gruntjs/grunt-contrib-jasmine#156
- phantomJSHandle undefined gruntjs/grunt-lib-phantomjs#70
- issues with grunt and phantom js gruntjs/grunt-lib-phantomjs#68
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.
Reactions are currently unavailable