https://github.com/valueof/hiro
Framework for testing third-party JavaScript applications
https://github.com/valueof/hiro
Last synced: about 1 year ago
JSON representation
Framework for testing third-party JavaScript applications
- Host: GitHub
- URL: https://github.com/valueof/hiro
- Owner: valueof
- Created: 2011-04-29T01:59:46.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T05:41:07.000Z (over 11 years ago)
- Last Synced: 2025-04-07T19:51:41.450Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://hirojs.com/
- Size: 564 KB
- Stars: 121
- Watchers: 4
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Hiro
====
Hiro is a framework for testing third-party JavaScript applications.
It runs each test suite in a separate sandbox preventing global state
leaks and conflicts.
Stable version can be found here: http://hirojs.com/. The current
*master* branch contains the source of Hiro 2, backwards incompatible
iteration of Hiro that is scheduled to be released soon.
Patches
-------
Before submitting a patch please make sure that:
0) You have an issue opened describing your problem or proposal.
1) You use tabs for indentation.
2) Your coding style looks similar to what is already in the repo.
3) All JavaScript files pass JSHint check (you can run 'grunt lint'
to automatically lint files.
4) All tests pass. To run tests open 'tests/test.html' in your
browser.
5) Example tests behave as intended. To check that execute 'grunt run'
and open http://localhost:7777/ in your browser. Execute all tests
and you should see only three failures:
* BasicTests.testFailedTest
* Basictests.testFailedExpect
* FailedSuite.testSimple
These failures were introduced for UI demonstration purposes.
6) Your commit messages look good (no one-liners please). See most
recent commit messages for reference.
Author
------
Anton Kovalyov
http://anton.kovalyov.net
@valueof