Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 623564b

Browse files
committed
Add fastlane lane for xctest ui tests.
1 parent c8965c2 commit 623564b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fastlane/Fastfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ platform :ios do
4040
end
4141

4242
lane :test_xc_tests do
43-
43+
scan(
44+
scheme: "Contacts"
45+
)
4446
end
4547

4648
after_all do |lane|

0 commit comments

Comments
 (0)