fastlane-plugin-test_center to the latest version
Each parallel test run returns false regardless of whether or not a parallel test run succeeded or not. I tweaked the code to print out the results of an individual test worker. It returns false for both success and failure.
[INSERT OUTPUT HERE]
[INSERT OUTPUT HERE]
@yousefhamza @Vkt0r can you test this code to check if all test runs pass, multi_scan reports a pass?
If so, can you modify your Pluginfile per my instructions below, run bundle install, and then run your fastlane again?
Pluginfile:
gem 'fastlane-plugin-test_center', :git => "https://github.com/lyndsey-ferguson/fastlane-plugin-test_center.git", :branch => "117-fix-parallel-test-runs-only-return-false"
Please attach the console output as a text file to this issue (makes it easier for me to review).
Don't forget to test this please and thank you. 馃檹
I've tested it with both a parallelized run of tests that all pass to make sure it returns true. Same with some that fail returning false.
@lyndsey-ferguson No no don't worry I'll test it in the project from I got it (sorry different machine 馃槄). I'll throw results tomorrow.
@yousefhamza @Vkt0r don't forget about this test-request
@lyndsey-ferguson Sorry for the delay, I've been testing it during the last couple of days and it's working fine on my side.
Fixed in v3.8.0.parallelizing.beta.9