0
私はfastlaneを使用してappiumを使用しようとしています。 spec_pathとは何ですか?fastlaneアクションappiumのspec_pathは何ですか?
ドキュメントから:https://docs.fastlane.tools/actions/#appium
Appium仕様ディレクトリへのパス
appium(
app_path: "appium/apps/TargetApp.app",
spec_path: "appium/spec",
platform: "iOS",
caps: {
versionNumber: "9.1",
deviceName: "iPhone 6"
}
)