suite name
request|case|flow
relative path from tests location (forward slashes)
info
zero-based start line
zero-based end line
Run one test, write actual result, and verify vs expected.
iterating
looping
result indicating outcome
Run specified tests, write actual results, and verify vs expected.
result array indicating outcomes
Run all tests, write actual results, and verify vs expected.
result array indicating outcomes TODO: support runOptions.values for requests and cases
Tests within a suite are always run sequentially.
Generated using TypeDoc
A suite represents one ply requests file (.ply.yaml), one ply case file (.ply.ts), or one flow file (.ply.flow);
Suites cannot be nested.
TODO: separate RequestSuite and CaseSuite (like FlowSuite) instead of conditional logic in this class.