You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:Will run the tests in both Chrome and PhantomJS, which I think is kind of unexpected behavior.
The text was updated successfully, but these errors were encountered: