-
-
Notifications
You must be signed in to change notification settings - Fork 23
Browsertesting #57
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
Browsertesting #57
Conversation
Use "nodespec" and "browserspec" to indicate what test should be run when. Use -spec for both runs
Sander Rijken seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
"typings/mocha/mocha.d.ts", | ||
"typings/chai/chai.d.ts", | ||
"typings/node/node.d.ts", | ||
"typings/stack-trace/stack-trace.d.ts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these be here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should leave node.d.ts and stack-trace.d.ts out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done..
test-node currently exits the gulp process, so make sure test-browser completes before the trigger test-node
Goal is to be able to run the tests both as a node process, as well as a browser plugin.
runs in both testsuites
runs in browser suite
runs in node suite