We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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'
The text was updated successfully, but these errors were encountered:
VinceFINET
No branches or pull requests
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:
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'
The text was updated successfully, but these errors were encountered: