New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@apexdevtools/test-runner

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apexdevtools/test-runner - npm Package Versions

13

1.9.1

Diff

Changelog

Source

1.9.1 - 2023-06-01

  • Fix bug with missed test detection.
apexdevtools
published 1.9.0 •

Changelog

Source

1.9.0 - 2023-05-19

  • Fix report output crash on tests that were rerun.
  • Update rerun report format and remove file extension.
    • To avoid being recognised as a test result file.
apexdevtools
published 1.8.0 •

Changelog

Source

1.8.0 - 2023-05-11

  • Return TestRunSummary for TestAll.
  • Add properties to result summary:
    • reruns is a list of before/after test results.
    • runIds is all the job Ids involved in a run.
  • Add new 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.
  • Add report generator to detail reruns to a file.
  • Catch and skip reruns on error.
apexdevtools
published 1.7.0 •

Changelog

Source

1.7.0 - 2023-04-11

  • Add support for collecting code coverage data
  • Refactor OutputGenerator interface to accept a path and filename as param
  • Add Cove Coverage generator that generates locv.info file
apexdevtools
published 1.6.0 •

Changelog

Source

1.6.0 - 2023-03-23

  • Throw the error from Testall.run() instead of just logging.
  • Add TestError type.
    • Thrown in all local error cases, external errors may still pass through.
    • Use built-in Error().name property to identify its type.
    • Has kind property with enum type TestErrorKind
      • General - 0
      • Timeout - 1
      • Query - 2
apexdevtools
published 1.5.1 •

Changelog

Source

1.5.1 - 2023-03-17

  • Use tooling api for most sobject queries.
apexdevtools
published 1.5.0 •

Changelog

Source

1.5.0 - 2023-03-17

  • BREAKING: BaseLogger no longer accepts a Connection in constructor.
    • All logging methods are now synchronous.
    • Has new optional logDirPath parameter to set a common location for log files.
    • logOutputFile() will now use path.resolve with logDirPath or given parameter.
  • Add retry feature to QueryHelper, used in Testall during post-test gatherResultsWithRetry.
  • Update logging status message to include pass count.
  • Update logging for pattern based retries with before/after explanation.
  • Fix unhandled promise rejection on failed polling query.
  • Fix cancellation token not passed to test reruns.
  • Export DEFAULT_TEST_RERUN_PATTERNS from TestResultMatcher.
apexdevtools
published 1.4.0 •

Changelog

Source

1.4.0 - 2023-03-02

  • Add support for test rerun patterns in .apexTestRerun.
apexdevtools
published 1.3.0 •

Changelog

Source

1.3.0 - 2023-01-30

  • Fix misreporting of failed tests.
  • Add code coverage support.
  • Add abort when tests already in progress.
  • Apply xml escaping to values used in unit test results.
apexdevtools
published 1.2.0 •

Changelog

Source

1.2.0 - 2022-12-08

  • Add callback onPoll for retrieving test stats.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc