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
Unit test
doc: https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/intro_rest_resources.htm
route POST tooling/runTestsAsynchronous
list of test : /_ui/common/apex/test/ApexTestQueueServlet POST Body : action=GET_TESTS
class coverage:
SELECT%20ApexClassOrTriggerId,%20ApexClassOrTrigger.Name,%20NumLinesCovered,%20NumLinesUncovered%20FROM%20ApexCodeCoverageAggregate%20%20WHERE%20ApexClassOrTriggerId%20!=%20NULL%20AND%20ApexClassOrTrigger.Name%20!=%20NULL%20AND%20(NumLinesCovered%20%3E%200%20OR%20NumLinesUncovered%20%3E%200)%20AND%20NumLinesCovered%20!=%20NULL%20AND%20NumLinesUncovered%20!=%20NULL%20ORDER%20BY%20ApexClassOrTrigger.Name
SELECT%20PercentCovered%20FROM%20ApexOrgWideCoverage
long polling : "channel": "/systemTopic/TestResult"
The text was updated successfully, but these errors were encountered:
cf sorenkrabbe/Chrome-Salesforce-inspector#112
Sorry, something went wrong.
dufoli
No branches or pull requests
Unit test
doc: https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/intro_rest_resources.htm
route POST tooling/runTestsAsynchronous
list of test : /_ui/common/apex/test/ApexTestQueueServlet
POST Body : action=GET_TESTS
class coverage:
SELECT%20ApexClassOrTriggerId,%20ApexClassOrTrigger.Name,%20NumLinesCovered,%20NumLinesUncovered%20FROM%20ApexCodeCoverageAggregate%20%20WHERE%20ApexClassOrTriggerId%20!=%20NULL%20AND%20ApexClassOrTrigger.Name%20!=%20NULL%20AND%20(NumLinesCovered%20%3E%200%20OR%20NumLinesUncovered%20%3E%200)%20AND%20NumLinesCovered%20!=%20NULL%20AND%20NumLinesUncovered%20!=%20NULL%20ORDER%20BY%20ApexClassOrTrigger.Name
SELECT%20PercentCovered%20FROM%20ApexOrgWideCoverage
long polling :
"channel": "/systemTopic/TestResult"
The text was updated successfully, but these errors were encountered: