Update Fastfile

This commit is contained in:
Marcos Rodriguez Velez 2023-12-07 10:09:19 -04:00
parent 822186d0c4
commit 6c5ab2a84f
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -79,7 +79,7 @@ platform :ios do
scan(
workspace: "BlueWallet.xcworkspace",
scheme: "BlueWalletUITests", # Replace with your UI Test Scheme
device: "iPhone 13", # Specify the devices you want to run the tests on
device: "iOS Simulator", # Specify the devices you want to run the tests on
clean: true,
code_coverage: true,
output_directory: "./test_output" # Directory where test reports will be stored