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

Allow --headless option for test and test-packages #7245

Merged

Conversation

jdivy
Copy link
Contributor

@jdivy jdivy commented Jun 17, 2016

In a nutshell, I think the --headless option should be available to both the test and test-packages command. I couldn't think of a good reason why it's not available, and it would be much nicer to see CI logs that don't have many lines of rotating progress bars.

screen shot 2016-06-17 at 1 11 21 pm

@@ -1413,6 +1413,10 @@ testCommandOptions = {
deploy: { type: String },
production: { type: Boolean },
settings: { type: String },
// Indicates whether these self-tests are running headless, e.g. in a
// continuous integration testing environment, where visual niceties
// like progress bars and spinners are unimportant.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I debated on whether or not to even keep this documentation, and of course I left a minor copy/paste error. Let me know if you would rather just strip this comment altogether.

@benjamn benjamn merged commit fbfa1b5 into meteor:devel Jun 17, 2016
@benjamn
Copy link
Contributor

benjamn commented Jun 17, 2016

Looks good to me!

@jdivy jdivy deleted the provide-headless-option-in-regular-tests branch June 17, 2016 18:11
@benjamn benjamn mentioned this pull request Jun 22, 2016
6 tasks
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.

None yet

2 participants