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 scanjust before a test run starts? Use theoverride_scan_options_blockoption 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_callbackto get called back with the simulators's udid to perform anyxcrun simctlcall you want.
- Do you want to re-use your simulators for parallel iOS test runs? Pass in the reuse_simulators_for_parallel_testrunsoption 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 :batchesoption tomulti_canto allow explicit batches to be tested.
- Enhance the multi_scan:testrun_completed_blockcallback 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