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 f0a9970

Browse files
committed
Update to run cucumber with bundle exec.
1 parent bf89c21 commit f0a9970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎fastlane/Fastfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ platform :ios do
2323
scheme: "Contacts"
2424
)
2525

26-
sh "cd ../appium && cucumber"
26+
sh "cd ../appium && bundle exec cucumber"
2727
end
2828

2929
lane :test_calabash do
3030
build(
3131
scheme: "Contacts-cal"
3232
)
3333

34-
sh "cd ../calabash && APP=\"../Build/Products/Debug-iphonesimulator/Contacts-cal.app\" cucumber"
34+
sh "cd ../calabash && APP=\"../Build/Products/Debug-iphonesimulator/Contacts-cal.app\" bundle exec cucumber"
3535
end
3636

3737
lane :test_ui_automation do
3838
build(
3939
scheme: "Contacts"
4040
)
4141

42-
sh "cd ../ui-automation && ./run-tests.sh \"../build/Products/Debug-iphonesimulator/Contacts-test.app\" \"iPhone 5s\""
42+
sh "cd ../ui-automation && ./run-tests.sh \"../build/Products/Debug-iphonesimulator/Contacts-test.app\" \"iPhone 5s (9.1)\""
4343
end
4444

4545
lane :test_xctests do

0 commit comments

Comments
(0)

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