This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
Releases: TestArmada/magellan
Releases · TestArmada/magellan
Sauce Connect Tunnel Fixes
v1.6.1 Update package.json
Improved Sauce Connect Tunnel Support
This release has two major changes related to sauce connect tunnels:
- Magellan now supports sauce connect tunnel construction for all included integrations, not just nightwatch. Test runs which use either
Nightwatch.js
or Mocha viarowdy
get automatic tunnel assignment. Tests which use vanilla mocha also get automatic assignment of the tunnel id via adesiredCapabilities
object in theNODE_CONFIG
environment variable (if using theconfig
node module). - Magellan now has tunnel construction OFF by default, so it assumes your target test environment is visible to SauceLabs.