forcedotcom / salesforcedx-apex

Salesforce Apex Node Library
BSD 3-Clause "New" or "Revised" License
19 stars 25 forks source link

Modify apex-node to include new test setup fields and data structure #378

Closed CristiCanizales closed 4 months ago

CristiCanizales commented 4 months ago

What does this PR do?

Adds new type TestResultRaw to apex-node. This type will be the internal representation of test results in a form that follows the structure of data queried from SOQL (pretty much same as TestResult is now). The new type will need new summary section field testSetupTime as a number.

What issues does this PR fix or reference?

@W-15923080@

Functionality After

Extra: