mmanela / chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
http://mmanela.github.io/chutzpah/
Apache License 2.0
550 stars 142 forks source link

Fix use of BrowserArguments with Engine specified in settings #827

Closed wnayes closed 1 year ago

wnayes commented 1 year ago

If Engine was specified via configuration file, BrowserArguments were not being applied for the corresponding engine. They were only being applied if /engine was specified by command line.

This change ensures BrowserArguments are applied in both cases.