Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Releases: lyndsey-ferguson/fastlane-plugin-test_center

tests_from_xcresult now collects skipped tests

18 Feb 16:44
Compare
Choose a tag to compare

Fixes tests from xcresult action

17 Jan 15:07
Compare
Choose a tag to compare

Thanks to @yakimant, tests_from_xcresult action now correctly reports the tests with the test target/testsuite/testcase format instead of the testsuite/testsuite/testcase format.

New options for multi_scan!

21 Dec 13:35
9397c67
Compare
Choose a tag to compare
  • Need to tweak the options that are passed to scan just before a test run starts? Use the override_scan_options_block option to get called back and modify the options.
  • Do you want to send a special command to your cloned iOS simulators just before they're used? Use the simulator_started_callback to get called back with the simulators's udid to perform any xcrun simctl call you want.
  • Do you want to re-use your simulators for parallel iOS test runs? Pass in the reuse_simulators_for_parallel_testruns option set to true.

Cloned simulators also get their hardware keyboard disconnected like regular scan does for its simulators.

Added ability to mute debugging messages when collating reports

13 Nov 15:49
Compare
Choose a tag to compare

Fixes for multiple simulators per batch, partial test identifiers, macOS parallel test crashes, and build_for_testing

16 Oct 23:43
e845f38
Compare
Choose a tag to compare

Includes great hits such as:

  • fixes failure to expand partial test identifiers
  • fixes crash for macOS parallel testing
  • respects :build_for_testing
  • properly re-runs failed tests when running multiple devices

Add :batches option and enhanced multi_scan callback to allow retry logic to be changed

05 Oct 21:43
Compare
Choose a tag to compare

Two big changes:

  1. Add :batches option to multi_can to allow explicit batches to be tested.
  2. Enhance the multi_scan :testrun_completed_block callback to control what tests will be tested in the next test run, or to halt testing that batch of tests completely.

multi-target junit collation and fixes '&' in html reports

15 Sep 21:08
Compare
Choose a tag to compare

Release tests_from_xcresult

01 Sep 11:56
Compare
Choose a tag to compare
v3.14.2

Version 3.14.2

Fixes issue where test targets not expanded to associated tests

17 Aug 12:28
Compare
Choose a tag to compare

Fixes an issue where testsuites would not expand to the correct tests

12 Aug 18:18
Compare
Choose a tag to compare