Skip to content

Releases: bugsnag/maze-runner

v2.3.1

25 Aug 12:31
cd0eaca
Compare
Choose a tag to compare

Fixes

  • Fix module load order by requiring Servlet and Logger from Server class
    #118
  • Fix error when parsing request with no body
    #118

v2.3.0

24 Aug 16:19
069f68e
Compare
Choose a tag to compare

Enhancements

  • Update platform comparison step to allow skipping via keywords #109
  • Update platform comparison steps to target different parameter types #110
  • Add reset_with_timeout method to improve flake resilience #114
  • Add Appium restart logic to wait_for_element and reset when Appium errors occur #116

v2.2.1

10 Jul 15:30
c1ad938
Compare
Choose a tag to compare

Fixes

  • Correct passing of defaulted parameter #107

v2.2.0

10 Jul 09:09
b6972b0
Compare
Choose a tag to compare

Enhancements

  • Add ability to clear text from an element #104
  • Provide new step to allow a timeout to be set when waiting for an element to be available #105

v2.1.2

23 Jun 09:26
55d1cc8
Compare
Choose a tag to compare

Fixes

  • Make --retry and --fail-fast play nicely together by bumping Cucumber to 3.1.2.

v2.1.1

22 Jun 16:39
1272fde
Compare
Choose a tag to compare

Fixes

  • Account for --retry being provided when adding --strict option (to allow flaky tests).

Maze Runner v2.1.0

04 Jun 14:32
0ff287a
Compare
Choose a tag to compare

Enhancements

  • Run Cucumber with strict mode, unless any strict/no-strict option has been set.
  • Log all received requests when a Scenario fails.
  • Auto-collapse log output for passing scenarios when run using Buildkite.

Maze Runner v2.0.0

27 Apr 16:23
f6ef543
Compare
Choose a tag to compare

Major new release providing device-based testing with BrowserStack.