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

Run Snapshot tests in parallel #113

Open
mime29 opened this issue Nov 20, 2019 · 2 comments
Open

Run Snapshot tests in parallel #113

mime29 opened this issue Nov 20, 2019 · 2 comments

Comments

@mime29
Copy link

mime29 commented Nov 20, 2019

It would be great to be able to run all tests on X devices at the same time.
Is there a way to do it nicely?

Last time I tried to start multiple fastlane scan the snapshots were inconsistent.

@Kurt57
Copy link

Kurt57 commented Nov 27, 2019

Something like this ?

xcodebuild -workspace XXX.xcworkspace -scheme "XXXSnapShotTests" -destination name="iPhone 5" -destination name="iPhone 8" -destination name="iPhone 8 Plus" -destination name="iPhone 11 Pro" -destination name="iPhone 11 Pro Max" clean test

@mime29
Copy link
Author

mime29 commented Dec 12, 2019

How different is it compared to our first approach?
We don't know why the snapshots actually end up being inconsistent.
I think information about that aspect would help to find a great solution

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