File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ echo "--- :closed_lock_with_key: Installing Secrets"
77bundle exec fastlane run configure_apply
88
99echo " --- 🧪 Testing"
10- bundle exec fastlane build_and_instrumented_test
10+ bundle exec fastlane build_and_run_instrumented_test
Original file line number Diff line number Diff line change 22
33platform :android do
44 #####################################################################################
5- # build_and_instrumented_test
5+ # build_and_run_instrumented_test
66 # -----------------------------------------------------------------------------------
77 # Run instrumented tests in Google Firebase Test Lab
88 # -----------------------------------------------------------------------------------
99 # Usage:
10- # bundle exec fastlane build_and_instrumented_test
10+ # bundle exec fastlane build_and_run_instrumented_test
1111 #
1212 #####################################################################################
1313 desc "Build the application and instrumented tests, then run the tests in Firebase Test Lab"
14- lane :build_and_instrumented_test do | options |
14+ lane :build_and_run_instrumented_test do | options |
1515 gradle ( tasks : [ 'WordPress:assembleWordPressVanillaDebug' , 'WordPress:assembleWordPressVanillaDebugAndroidTest' ] )
1616
1717 # Run the instrumented tests in Firebase Test Lab
You can’t perform that action at this time.
0 commit comments