Skip to content

Commit 03e1246

Browse files
committed
Exclude screenshots tests from Connected Tests
By excluding tests in `org.wordpress.android.ui.screenshots` package
1 parent 37503ba commit 03e1246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/lanes/test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
version: 28,
2929
test_apk_path: File.join(apk_dir, 'androidTest', 'wordpressVanilla', 'debug', 'org.wordpress.android-wordpress-vanilla-debug-androidTest.apk'),
3030
apk_path: File.join(apk_dir, 'wordpressVanilla', 'debug', 'org.wordpress.android-wordpress-vanilla-debug.apk'),
31+
test_targets: 'notPackage org.wordpress.android.ui.screenshots',
3132
results_output_dir: File.join(PROJECT_ROOT_FOLDER, 'build', 'instrumented-tests')
3233
)
3334
end

0 commit comments

Comments
 (0)