This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Releases: lyndsey-ferguson/fastlane-plugin-test_center
Releases · lyndsey-ferguson/fastlane-plugin-test_center
tests_from_xcresult now collects skipped tests
v3.15.3 Version 3.15.3
Fixes tests from xcresult action
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!
- Need to tweak the options that are passed to
scan
just before a test run starts? Use theoverride_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 anyxcrun 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
v3.14.8 Version 3.14.8
Fixes for multiple simulators per batch, partial test identifiers, macOS parallel test crashes, and build_for_testing
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
Two big changes:
- Add
:batches
option tomulti_can
to allow explicit batches to be tested. - 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
v3.14.3 Version 3.14.3
Release tests_from_xcresult
v3.14.2 Version 3.14.2
Fixes issue where test targets not expanded to associated tests
v3.14.1 Version 3.14.1
Fixes an issue where testsuites would not expand to the correct tests
v3.13.2 Version 3.13.2