jasmine / jasmine-browser-runner

Serve and run your Jasmine specs in a browser
49 stars 23 forks source link

Support for running firefox headless #19

Closed chadlwilson closed 2 years ago

chadlwilson commented 2 years ago

It'd be great to have better support for running Firefox headless out of the box with jasmine-browser-runner (similar to Chrome), or short of that an extension point to allow configuring Selenium Webdriver with the requisite firefox options.

I believe this would just require a call to .setFirefoxOptions(new firefox.Options().headless()) on the webdriver builder, so can take a look if there is interest.

sgravrock commented 2 years ago

That sounds like a nice addition. I'd be happy to review a PR that adds it.