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

Inspect the results of Apex Test Classes #387

Open
VinceFINET opened this issue May 3, 2024 · 0 comments
Open

Inspect the results of Apex Test Classes #387

VinceFINET opened this issue May 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@VinceFINET
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Not a problem, it's just not included in Org Check today.

Describe the solution you'd like
Have information about the execution of my tests and score them.
Like:

  • when a test fails (at least one method failed or can't ompile etc..)
  • when a method fails (at the level of the method)
  • when the run time of a method exceeds a certain time (to be defined)
  • when the run time of a whole test class exceeds a certain time (to be defined)

Describe alternatives you've considered
I can do the SOQL myself but that will be nice to have the data and the omputation of scores in the app !!!

Additional context
SOQL i tested:
SELECT ApexClass.name, MethodName, ApexTestRunResult.Status, ApexTestRunResult.TestTime, RunTime, Outcome FROM ApexTestResult WHERE Outcome != 'Fail'

@VinceFINET VinceFINET added the enhancement New feature or request label May 3, 2024
@VinceFINET VinceFINET added this to the Version Boron [B, 5] milestone May 3, 2024
@VinceFINET VinceFINET self-assigned this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant