-
Notifications
You must be signed in to change notification settings - Fork 274
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
Open source internal test runner #495
Labels
type: feature request
New feature or request
Comments
This is something outside of the rules_apple project, but given the lack of an appropriate channel to make this request, we can keep it here for tracking. |
One thing I want to add to this is that iterating on / debugging xctestrunner is very difficult, here's the current steps I'm using:
filegroup(
name = "foo",
srcs = ["ios_test_runner.par"],
visibility = ["//visibility:public"],
)
And repeat steps 4 and 5 whenever you make new changes to xctestrunner. |
👍 in the meantime, I've forked to ios-bazel-users |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Through a few conversations with Googlers I learned that internally a different test runner is used with rules_apple than the one that is publicly supported. I think because of this the open source version has a lack of testing which can cause issues that we likely wouldn't hit if the community shared the test runner that is currently used by Google. It would be great if that runner could be open sourced so that we could all contribute to it and improve a single tool, rather than being required to maintain our own test runners.
The text was updated successfully, but these errors were encountered: