Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Releases: TestArmada/magellan

Fixed error message in bin/magellan

19 Jul 19:35
e33c78d
Compare
Choose a tag to compare

Fixed error message in bin/magellan if the err is a string instead of an object

Enable logging for successful tests behind argv param

17 Apr 14:45
Compare
Choose a tag to compare

Logs passed tests if argv enablePassedTestsLogging is set

Redesign + resource strategy support

05 Jul 23:35
cb6aca0
Compare
Choose a tag to compare
v11.0.0

redesign + resource strategy

More lightweight install -- several unused dependencies removed

14 Jun 18:46
Compare
Choose a tag to compare

This version of Magellan removes a number of unused dependencies which have been moved to other modules. Since not all Magellan users use all of our plugins and executors, the average Magellan user should see a more lightweight installation as a result.

See https://github.com/TestArmada/magellan/pull/231/files for details.

Remove duplicated profiles

24 May 17:07
Compare
Choose a tag to compare

This release remove the duplicated profiles if --profile takes more than one profiles and there are duplicated profile content in those profiles. Thanks to @mukundgoel

Allow user-defined port rules

13 Apr 18:18
Compare
Choose a tag to compare

Magellan allows users to define their own port rules when magellan's default port allocation rule doesn't meet their need.

Allow user-defined executors

13 Apr 18:20
Compare
Choose a tag to compare

Not limited in local and saucelabs, now magellan is able to run test in any environment with a matching executor.

Improved console output when a requested browser profile is missing

04 Aug 22:09
Compare
Choose a tag to compare

Support for sauce connect fastfailregexp feature

28 Jul 17:49
Compare
Choose a tag to compare

This release adds support for sauce connect's fast-fail-regexp feature, where a list of regular expressions representing hosts that should have their connections fast failed by the tunnel can be supplied.

This is supported via the environment variable SAUCE_TUNNEL_FAST_FAIL_REGEXPS

Saucelabs Tunnel Leak Fix

16 Jun 00:20
Compare
Choose a tag to compare

This version fixes an issue where we killed sauce connect tunnels abruptly, which would leave them hanging around on the saucelabs side for up to 1 hour.