TestArmada / magellan

Large Scale Automated Testing for Mocha, Nightwatch, Appium, Nodejs, etc
MIT License
287 stars 76 forks source link

fix `--xxx_list_browsers` not functioning issue #260

Open archlichking opened 5 years ago

archlichking commented 5 years ago

right now --xxx_list_browsers doesn't work due to a bug in cli.js. it only happens in magellan@11 as the logic to handle listBrowsers in executor is missing.

for --sauce_list_browsers we can run ./node_modules/.bin/guacamole as a workaround to list sauce browsers.