]> git.proxmox.com Git - mirror_novnc.git/commit - package.json
Add support for Travis CI and SauceLabs Testing
authorSolly Ross <sross@redhat.com>
Mon, 23 Jun 2014 23:39:50 +0000 (19:39 -0400)
committerSolly Ross <sross@redhat.com>
Mon, 15 Sep 2014 20:46:02 +0000 (16:46 -0400)
commite6af0f60b061933dee1a8637aeb7bba7dd65b133
tree99095fa63bae8f562d889f0ce155014cb915f3f1
parentbbbf42bb5a70cddd44d5d1f2ec1c6ae9156034bb
Add support for Travis CI and SauceLabs Testing

This adds support for Travis CI and SauceLabs
testing.  Testing on SauceLabs in done via
the Karma test runner.  Note that encrypted
Sauce username and access key values need
to be inserted into .travis.yml as global
environment variables.  Additionally, the
local test runner (which is still useful
for debugging tests and code) was updated
to reflect that the 'node_modules' folder
now gets placed in the root directory.
.travis.yml [new file with mode: 0644]
README.md
karma.conf.js [new file with mode: 0644]
package.json [new file with mode: 0644]
tests/run_from_console.casper.js
tests/run_from_console.js