Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We have only one device in "xcresults" results after launch tests with fastlane on multiple real devices. #28

Open
paul-alohaBrowser opened this issue Jun 4, 2021 · 1 comment

Comments

@paul-alohaBrowser
Copy link

paul-alohaBrowser commented Jun 4, 2021

  1. Create some ui test in project.
  2. 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
  3. Use xcresults to parse test results "Run-AppName-2021.06.04_09-51-34-+0300.xcresults"
  4. Create allure report.
    Actual result: One test in allure (from one device without device name)
    Expected Result: One test with different devices

Results example
TestXCResults.zip

@HeroeBew
Copy link

+1 Need this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants