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

Problems with CLI options getting merged instead of overwritten #283

Closed
pahen opened this issue Jan 3, 2013 · 0 comments
Closed

Problems with CLI options getting merged instead of overwritten #283

pahen opened this issue Jan 3, 2013 · 0 comments

Comments

@pahen
Copy link
Contributor

pahen commented Jan 3, 2013

By looking at the code it seems this behavior is intended, but it seems kind of strange to merge instead of overwrite the options in some cases. Consider the following example:

Running with browsers = ['Chrome', 'PhantomJS']; in testacular.conf.js:

$ testacular start --browsers=PhantomJS

Will run the tests in both Chrome and PhantomJS, which I think is kind of unexpected behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants