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

Running CLI tests like jasmine and buster #27

Closed
interlock opened this issue Apr 24, 2013 · 1 comment
Closed

Running CLI tests like jasmine and buster #27

interlock opened this issue Apr 24, 2013 · 1 comment

Comments

@interlock
Copy link

Any suggestions on how we could run our spec tests under tracegl?

Commands like these:

> npm run test-buster
> jasmine-node spec-jasmine/
@codegl
Copy link
Owner

codegl commented Apr 27, 2013

Well the tracer can execute nodejs files like so
node tracegl filetoexec fileargs
You would have to figure out how these programs actually run from node.
I'm expecting jasmin-node to have a #!/bin/env node at the top of the file for instance.
If thats the case, you can just do node tracegl jasmin-node spec-jasmine
the npm run thing i'm less sure of, you'd have to investigate

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

No branches or pull requests

2 participants