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

As a Bazel user I want a test suite Bazel rule to package multiple test target and run them in parallel #358

Closed
chenxiao0228 opened this issue Sep 3, 2019 · 0 comments
Assignees

Comments

@chenxiao0228
Copy link
Collaborator

Today we have bptestrunner to split a test target and run it in multiple simulators in parallel.

But when we have multiple test target the cost to spawn simulators and install app hosts is high. We would like to have a Bazel rule that's basically an equivalent of an xcscheme that bundles multiple test bundles into multiple test hosts. Combining that with the clone simulator feature we can save a lot of time spawning simulators.

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