mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
DEL: UI Test on workflow
This commit is contained in:
parent
9ea54b3be7
commit
658e8d7803
2 changed files with 0 additions and 16 deletions
|
@ -101,10 +101,6 @@ jobs:
|
|||
run: bundle exec fastlane ios install_pods
|
||||
working-directory: ./ios
|
||||
|
||||
- name: Run UI Tests
|
||||
run: bundle exec fastlane ios ui_tests
|
||||
working-directory: ./ios
|
||||
|
||||
- name: Build App
|
||||
env:
|
||||
NEW_BUILD_NUMBER: ${{ env.NEW_BUILD_NUMBER }}
|
||||
|
|
|
@ -74,18 +74,6 @@ platform :ios do
|
|||
cocoapods
|
||||
end
|
||||
|
||||
desc "Run UI tests"
|
||||
lane :ui_tests do
|
||||
scan(
|
||||
workspace: "BlueWallet.xcworkspace",
|
||||
scheme: "BlueWalletUITests", # Replace with your UI Test Scheme
|
||||
device: "iPhone 8 (16.2)", # 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
|
||||
)
|
||||
end
|
||||
|
||||
desc "Build the application"
|
||||
lane :build_app_lane do
|
||||
UI.message("Building the application...")
|
||||
|
|
Loading…
Add table
Reference in a new issue