Skip to content

Commit d029b06

Browse files
committed
Reset Simulator before running UI tests via Fastlane
Co-authored-by: pachlava <pachlava@gmail.com> This is an attempt to address UI tests flakiness. See #17886 for more details.
1 parent 6dffe97 commit d029b06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,7 @@ platform :ios do
961961
test_without_building: true,
962962
xctestrun: test_plan_path,
963963
output_directory: File.join(PROJECT_ROOT_FOLDER, 'build', 'results'),
964+
reset_simulator: true,
964965
result_bundle: true
965966
)
966967
end

0 commit comments

Comments
 (0)