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

Avoid overwriting console output from others #38

Open
jamesadarich opened this issue Jan 7, 2017 · 7 comments
Open

Avoid overwriting console output from others #38

jamesadarich opened this issue Jan 7, 2017 · 7 comments
Assignees
Milestone

Comments

@jamesadarich
Copy link
Member

Currently if another app running at the same time as tap bark writes to the console this is overwritten. We want to try and avoid this so that it's visible e.g. test console logging

@jamesadarich jamesadarich added this to the 1.1.0 milestone Jan 7, 2017
@Jameskmonger
Copy link
Contributor

Jameskmonger commented Feb 12, 2017

This will require changes in alsatian itself @jamesrichford - the comments aren't outputted at all.

@jamesadarich
Copy link
Member Author

@Jameskmonger - from my investigation so far I think we should be able to do this without a change to Alsatian. If you use the extra event in tap-parser this should highlight console logging from tests :) extra event

@Jameskmonger
Copy link
Contributor

Extra console logging isn't displayed when I add the --tap argument to alsatian.

@jamesadarich
Copy link
Member Author

I can get this working myself, I'll create a simple repo to reproduce this :)

@jamesadarich
Copy link
Member Author

@Jameskmonger
Copy link
Contributor

This is waiting on sindresorhus/log-update#21

@jamesadarich
Copy link
Member Author

@Jameskmonger maybe we should switch to https://github.com/vadimdemedes/ink ?

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