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

Releases: TestArmada/magellan

Optional Reporters

20 May 20:00
Compare
Choose a tag to compare

Include reporters in your project that are allowed to be missing. See README for details:

https://github.com/TestArmada/magellan#optional-reporter-loading

Improved console output from test frameworks

19 May 18:01
Compare
Choose a tag to compare
  • Fixed confusing out of order stderr/stdout output
  • Added timestamps to logging output from failed tests
  • Timestamps are colored red or green according to their stderr/stdout source stream.

User Access to Magellan's Port Facilities

15 Apr 19:56
Compare
Choose a tag to compare

Sanitize strings used for temporary asset directory paths, perform TEMP_DIR checks

15 Apr 19:41
Compare
Choose a tag to compare

A minor bugfix + UX release that improves our handling/creation of temporary directories.

Early Bail Configurable Via Command Line

06 Apr 23:44
Compare
Choose a tag to compare

See --early_bail_threshold and --early_bail_min_attempts options in --help for more information.

Bug fix for --list_browsers

01 Apr 18:04
Compare
Choose a tag to compare

Thanks to Daniel Vicory ( @dvicory ) for this bugfix.

Idle/Busy tracking for analytics purposes

31 Mar 23:14
Compare
Choose a tag to compare

Allocator metrics

29 Mar 22:45
Compare
Choose a tag to compare

Addition of acquire-worker-****** events in analytics events.

Initial Metrics/Analytics

28 Mar 18:12
Compare
Choose a tag to compare

This is our initial release for magellan's own internal metrics and analytics system which we hope to grow into a more sophisticated test suite metrics and profiling package. v8.2.0 is a non-breaking release that adds a small number of analytics events to start. Documentation and more events are is still to come.

For the moment, please the following PR for a brief description of the functionality and events included:

#126

As well as the following project for an example reporter that subscribes to and reports on these events:

https://github.com/TestArmada/magellan-time-stats-reporter

Improved available port detection, leftover zombie child process detection

25 Mar 19:55
Compare
Choose a tag to compare