You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser: Firefox ESR 52.5.1 / Firefox 56.0 dev edition
Platform: Ubuntu 16.04 (32-bits)
Steps to reproduce:
Clone repo & set up dev environment
Set up an apache/php server with web server's root directory test/content/
Run make clean && make marionette
Problems
Marionette tests uses is looking for Firefox installation in .mozilla/software/firefox/default-marionette-testing/firefox instead of dev_env/browsers/firefox/default-rp-dev/firefox (the FF install path should be the same between make run and make marionette).
With marionette-client-2.3 and Firefox 50+, the command fails with KeyError: 'device'
With Firefox 56 dev edition, all tests fails with UnknownCommandException: timeouts and ``UnknownCommandException: getLogs` (see marionette-errors-ff-56.0.log for a sample of errors)
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce:
test/content/
make clean && make marionette
Problems
.mozilla/software/firefox/default-marionette-testing/firefox
instead ofdev_env/browsers/firefox/default-rp-dev/firefox
(the FF install path should be the same betweenmake run
andmake marionette
).KeyError: 'device'
UnknownCommandException: timeouts
and ``UnknownCommandException: getLogs` (see marionette-errors-ff-56.0.log for a sample of errors)The text was updated successfully, but these errors were encountered: