You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launch test with fastlane
fastlane examlpe: lane :someLane do
scan(
workspace: "App/App.xcworkspace",
scheme: "AppScheme",
destination: ["name=device name 1", "name=device name 2"]
)
end
Use xcresults to parse test results "Run-AppName-2021.06.04_09-51-34-+0300.xcresults"
Create allure report. Actual result: One test in allure (from one device without device name) Expected Result: One test with different devices
fastlane examlpe:
lane :someLane do
scan(
workspace: "App/App.xcworkspace",
scheme: "AppScheme",
destination: ["name=device name 1", "name=device name 2"]
)
end
Actual result: One test in allure (from one device without device name)
Expected Result: One test with different devices
Results example
TestXCResults.zip
The text was updated successfully, but these errors were encountered: