@apexdevtools/test-runner
Advanced tools
Changelog
1.9.0 - 2023-05-19
Changelog
1.8.0 - 2023-05-11
TestRunSummary
for TestAll
.reruns
is a list of before/after test results.runIds
is all the job Ids involved in a run.TestallOptions
:
disableCoverageReport
to disable print out of coverage when enabled for org.rerunOption
to select different rerun behaviour, possible values:
'pattern'
- default, rerun tests based on pattern file entries.'limit'
- will rerun all failed tests only when under maxErrorsForReRun
limit.'all'
- rerun all failed tests.Changelog
1.7.0 - 2023-04-11
locv.info
fileChangelog
1.6.0 - 2023-03-23
Testall.run()
instead of just logging.TestError
type.
Error().name
property to identify its type.kind
property with enum type TestErrorKind
General
- 0Timeout
- 1Query
- 2Changelog
1.5.1 - 2023-03-17
Changelog
1.5.0 - 2023-03-17
Connection
in constructor.
logDirPath
parameter to set a common location for log files.logOutputFile()
will now use path.resolve
with logDirPath
or given parameter.QueryHelper
, used in Testall
during post-test gatherResultsWithRetry
.DEFAULT_TEST_RERUN_PATTERNS
from TestResultMatcher
.Changelog
1.4.0 - 2023-03-02
.apexTestRerun
.Changelog
1.3.0 - 2023-01-30
Changelog
1.2.0 - 2022-12-08
onPoll
for retrieving test stats.