blueimp / nightwatch

This project is deprecated in favor of blueimp/wdio.
https://github.com/blueimp/wdio
134 stars 43 forks source link

Setting up multiple devices #15

Closed ujwaldhakal closed 6 years ago

ujwaldhakal commented 6 years ago

Currently the tests run on chrome driver so is it possible to make different device configuration like android,firefox,ios to test further more?

blueimp commented 6 years ago

Since this project makes use of Docker, my reply is scoped to Docker-based solutions.

Firefox support depends on Webdriver support in Nightwatch.js, see also this issue here: https://github.com/nightwatchjs/nightwatch/issues/1285 From what I've read, proper Webdriver support is coming in Nightwatch 1.0.

Android support might be possible wrapping an emulator inside of a Dockerfile, thought that might be very slow.

iOS support is so far impossible since there's no way to run iOS inside of a Docker container.