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

Help Identify Which Partial Tests Based on Changes #11

Open
ralphcallaway opened this issue Jan 21, 2021 · 0 comments
Open

Help Identify Which Partial Tests Based on Changes #11

ralphcallaway opened this issue Jan 21, 2021 · 0 comments

Comments

@ralphcallaway
Copy link

Some orgs have massive test suites that are VERY slow. If I'd like to deploy without running the full suite I can specify which tests classes to run, but figure out which ones will get me to 75% code coverage for everything in my package is nearly impossible without first running the full test suite.

Perhaps the test runner could store data on which tests classes touch which apex classes and triggers along with the percent of the code they cover. With that data we could expose an endpoint we could use with an sfdx plugin to make a best guess at what test classes to use to deploy a specific piece of code.

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

1 participant