How can i launch a test in firefox with device emulation using Testcafe

Viewed 26

I could run the test with firefox like in the example below:

testcafe "firefox" tests/sample-fixture.js

How could i launch the tests to show in firefox with device emulation?

thanks.

1 Answers
Related