Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rhino unit tests #392

Merged
merged 7 commits into from
Jan 16, 2014
Merged

Rhino unit tests #392

merged 7 commits into from
Jan 16, 2014

Conversation

kate2753
Copy link
Contributor

@kate2753 kate2753 commented Jan 8, 2014

Adding support to run unit tests in Rhino 1.7R3 and 1.7R5

Integrated with grunt so grunt test will run unit tests in Rhino as well. This will ensure that unit tests are ran in Rhino as part of Travis CI as well - issue #386.

@jimmyhchan
Copy link
Contributor

Looks good but we may want to do something in the Travis.yaml matrix so that it only runs once. Currently this is running for both node 0.10 and node 0.8. maybe have node latest run npm test and have other versions run npm testWithoutRhino.... not sure what's the best.

see http://about.travis-ci.org/docs/user/build-configuration/#The-Build-Matrix

@kate2753
Copy link
Contributor Author

By the same token I don't know if it makes sense to run phantom unit tests in both 0.10 and 0.8. Seems that one of them is enough.

How about we run full set of unit tests (node, phantom and rhino) in 0.10 and only node unit tests in 0.8?

@jimmyhchan
Copy link
Contributor

Agreed good point

jimmyhchan added a commit that referenced this pull request Jan 16, 2014
Add Rhino and Rhino unit tests
@jimmyhchan jimmyhchan merged commit 3ef4816 into linkedin:master Jan 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants