https://github.com/strider-cd/strider-qunit
Test QUnit In Strider
https://github.com/strider-cd/strider-qunit
Last synced: 12 months ago
JSON representation
Test QUnit In Strider
- Host: GitHub
- URL: https://github.com/strider-cd/strider-qunit
- Owner: Strider-CD
- License: mit
- Created: 2013-04-12T00:10:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T23:22:29.000Z (over 9 years ago)
- Last Synced: 2025-03-12T04:44:16.682Z (about 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strider-QUnit
## A test runner for [QUnit](http://qunitjs.com/)
If your project uses QUnit to test client side code, this [strider](http://stridercd.com)
extension will allow you to run those tests in a browser. This plugin is best used with
some sort of cloud-browser testing service such as
[Sauce Labs](https://github.com/Strider-CD/strider-sauce) or
[Browserstack](https://github.com/Strider-CD/strider-browserstack)
**Shameless Plug**: If you're using Sauce Labs, sign up with the promo code `frozenridge`
and you'll get 5% off :)
## Configuration
We try and do the smart thing - so if you have a test directory with `index.html` and `qunit.js`
we'll use that. If your qunit tests are served in a different file, you can modify that from the
strider configuration page.
## How it works
We run a little server that serves your test files. We then use either your cloud-browser-testing
service of choice or wait for you to visit the page and run the tests (Not recommended!!!).
We inject a little js file into your tests (we append this to qunit) so we can monitor the status
of the tests and get the results back to the server.