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

Pipe results back to terminal #29

Open
scottcorgan opened this issue Oct 8, 2015 · 1 comment
Open

Pipe results back to terminal #29

scottcorgan opened this issue Oct 8, 2015 · 1 comment

Comments

@scottcorgan
Copy link

Is there any way to pipe results back to terminal on each test run?

My specific use case is to combine my frontend and backend tests into one command and only view the terminal for test execution results.

@mattdesl
Copy link
Collaborator

Hmm I'm not sure what you mean exactly. You can use --print to have the TAP output to terminal, which you can pipe to tap-spec etc. You can use --no-devtool to hide the frame if you just want to see things in terminal.

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