File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 22
33TEST_NAME=$1
44DEVICE=$2
5- IOS_VERSION=$3
65
7- echo " Running $TEST_NAME on $DEVICE for iOS $IOS_VERSION "
6+ echo " Running $TEST_NAME on $DEVICE "
87
98# Run this at the start to fail early if value not available
109echo ' --- :test-analytics: Configuring Test Analytics'
@@ -36,7 +35,7 @@ echo "--- 🧪 Testing"
3635xcrun simctl list >> /dev/null
3736rake mocks &
3837set +e
39- bundle exec fastlane test_without_building name:" $TEST_NAME " device:" $DEVICE " ios_version: " $IOS_VERSION "
38+ bundle exec fastlane test_without_building name:" $TEST_NAME " device:" $DEVICE "
4039TESTS_EXIT_STATUS=$?
4140set -e
4241
Original file line number Diff line number Diff line change 6868 # UI Tests
6969 # ################
7070 - label : " 🔬 UI Tests (iPhone)"
71- command : .buildkite/commands/run-ui-tests.sh UITests 'iPhone 11' 15.0
71+ command : .buildkite/commands/run-ui-tests.sh UITests 'iPhone 11'
7272 depends_on : " build"
7373 env : *common_env
7474 plugins : *common_plugins
7979 context : " UI Tests (iPhone)"
8080
8181 - label : " 🔬 UI Tests (iPad)"
82- command : .buildkite/commands/run-ui-tests.sh UITests "iPad Air (5th generation)" 15.0
82+ command : .buildkite/commands/run-ui-tests.sh UITests "iPad Air (5th generation)"
8383 depends_on : " build"
8484 env : *common_env
8585 plugins : *common_plugins
Original file line number Diff line number Diff line change @@ -1075,7 +1075,6 @@ lane :test_without_building do |options|
10751075 workspace : 'WooCommerce.xcworkspace' ,
10761076 scheme : TEST_SCHEME ,
10771077 device : options [ :device ] ,
1078- deployment_target_version : options [ :ios_version ] ,
10791078 test_without_building : true ,
10801079 xctestrun : xctestrun_path ,
10811080 result_bundle : true ,
You can’t perform that action at this time.
0 commit comments