初始化提交

This commit is contained in:
2026-02-03 16:52:44 +08:00
commit d2f9806384
512 changed files with 65167 additions and 0 deletions

13
Fastlane/Fastfile Normal file
View 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