Search code examples
testingautomationautomated-testse2e-testingtestcafe

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


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.


Solution

  • You can only run Chrome with device emulation. In Firefox, you can only resize the window. Also, you may create your suggestion to improve TestCafe on GitHub.