Headless mode in Firefox
121–130 of 191 posts
Re: Headless mode in Firefox
#122Which way to go: Chrome headless, Firefox headless or both?
Re: Headless mode in Firefox
#123Earlier quoted context omitted.
Well why do you want to do that, if you are finding the tests are too slow it maybe worth writing some tests with jasmine that can be run in node without a browser. That's what we currently do, karma and browser testing are useful but sometimes you can get away with not using them. One thing we are trying is using JSDom to run browser based tests in node
We ported all our karma/Jasmine tests to (ts-)jest. Works great. Comes with JsDOM out of the box.
Re: Headless mode in Firefox
#124As a UI designer, I dream of strike headless strike chromeless browsers, where the UI appears when you need it, intuitively, even when NOT in full screen. The top bar simply takes too much unnecessary space. If there's any dev that wants to collaborate on this, let me know :)
F11?
Re: Headless mode in Firefox
#125Re: Headless mode in Firefox
#126Re: Headless mode in Firefox
#127Earlier quoted context omitted.
I'm currently evaluating testcafe which is pretty nice, and headless chrome was easy to setup. I'm interested to see what people recommend for browser testing, I'm also using preact.
I switched from selenium to testcafe a few weeks ago. It's such a great tool. I would never go back.
Re: Headless mode in Firefox
#128Earlier quoted context omitted.
Or you could look at as really bad news if it takes a decade to implement this.
I mean, Selenium has worked for Firefox for years so it's not like this was a priority. It's a decade to decide this is worth doing, which is reasonable given that there's also a "good enough" solution out there; Selenium.
Re: Headless mode in Firefox
#129Can you tell Firefox to print in headless mode? I want to write reports using HTML and JS, but printing is always an issue.
To get better control of the print job, do you ever use Adobe InDesign?
Re: Headless mode in Firefox
#130Has anyone built a WaaS yet ? (Web-browser as a service.)
Sauce Labs and BrowserStack have been in that space for quite a while now.