Quantcast
Viewing all articles
Browse latest Browse all 4829

Automatic testing with new Firefox healess mode

@woprandi wrote:

Hi,

Starting with 55 (current Nightly), Firefox get a new headless mode (https://bugzilla.mozilla.org/show_bug.cgi?id=1338004). I wanted to test it with my ember app without success

$  /path/to/firefox --headless
*** You are running in headless mode.

I added in my testem.js

...
"launchers": {
  "Nightly": {
    "command": "/path/to/firefox --headless"
  }
}
...

Then ember test --launch Nightly but nothing happens.... Somebody have an idea ?

Thanks a lot

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles