-
Notifications
You must be signed in to change notification settings - Fork 104
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
Select Tests instead of All Org Tests being run #33
Comments
Interesting... so its running all unmanaged tests in the org and not just the repo tests? If so, that should be any easy fix as i think there is now a header option to run only the deployed tests. |
Correct, that was my experience. Adding the header option would certainly be useful. |
Can you folks give me more info about the header option and how it is used, I am trying to deploy this package to prod - https://github.com/jongpie/ApexUuid and it is running all the unit tests (others which break) are failing the deployment. |
@jnylund this is a code change to the tool that is needed, its not something you can effect, sorry. |
I would also find this useful. We have some managed packages in our org whose tests are incompatible with having Country/State Picklists enabled. Since we have this enabled in our org, and it's not something you want to quickly toggle off for deployment, selecting tests to run, so we can avoid those ones running during deployment with this tool would be very useful. |
There should be an option to run only tests from github or only selected tests instead of running all tests in the org.
The text was updated successfully, but these errors were encountered: