初始化提交
This commit is contained in:
13
Fastlane/Fastfile
Normal file
13
Fastlane/Fastfile
Normal file
@@ -0,0 +1,13 @@
|
||||
XC_PROJECT = File.absolute_path('../WebDriverAgent.xcodeproj')
|
||||
|
||||
lane :test do
|
||||
# https://docs.fastlane.tools/actions/scan/
|
||||
run_tests(
|
||||
project: XC_PROJECT,
|
||||
fail_build: true,
|
||||
scheme: ENV['SCHEME'],
|
||||
sdk: ENV['SDK'],
|
||||
destination: ENV['DEST'],
|
||||
number_of_retries: 3
|
||||
)
|
||||
end
|
||||
Reference in New Issue
Block a user