Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit dec0d07

Browse files
committed
Add fastlane lane for appium tests.
1 parent b092ce1 commit dec0d07

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

‎fastlane/Fastfile

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,23 @@ platform :ios do
66
before_all do
77
end
88

9-
lane :test_appium do
10-
9+
lane :build do
10+
xcodebuild(
11+
scheme: "Contacts",
12+
build: true,
13+
sdk: "iphonesimulator",
14+
derivedDataPath: "build",
15+
xcargs: {
16+
ONLY_ACTIVE_ARCH: "NO"
17+
}
18+
)
1119
end
1220

21+
lane :test_appium do
22+
build
23+
sh "cd ../appium && cucumber"
24+
end
25+
1326
lane :test_calabash do
1427

1528
end
@@ -27,5 +40,4 @@ platform :ios do
2740

2841
error do |lane, exception|
2942
end
30-
end
31-
43+
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /