mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update Fastfile
This commit is contained in:
parent
822186d0c4
commit
6c5ab2a84f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user