Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@apexdevtools/test-runner

Package Overview
Dependencies
Maintainers
0
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

23

3.2.0

Diff

Changelog

Source

3.2.0 - 2024-12-10

  • Add QueryHelper.setGlobalRetryOptions() static method.
    • Use to change the retry behaviour of queries across all instances.
apexdevtools
published 3.1.3 •

Changelog

Source

3.1.3 - 2024-11-20

  • Exclude @testSetup methods from ApexTestResult queries.
apexdevtools
published 3.1.2 •

Changelog

Source

3.1.2 - 2024-04-08

  • Set minimum timeout to 30s on polling requests.
apexdevtools
published 3.1.1 •

Changelog

Source

3.1.1 - 2024-04-08

  • Add timeout to each poll call during test run.
    • Uses statusPollIntervalMs as the timeout value.
  • Test failure logging now limits at 4+ failures in the same class.
apexdevtools
published 3.1.0 •

Changelog

Source

3.1.0 - 2023-11-24

  • Format millisecond/second time values in reports as numbers.
    • For JSON: "time": "12030 ms" is now "time": 12030.
    • For JUnit XML: value="12.03 s" is now value="12.03".
  • Add elapsed time to test run status logging.
  • Add rerunExecutionTime value to main test reports.
    • This is sum of all the re-run RunTimes. Similar to testExecutionTime.
  • Remove spaces in class time CSV report.
  • Add output of class time report to JSON.
  • Optimise missing test re-run request payload when requesting all tests in a class.
apexdevtools
published 3.0.0 •

Changelog

Source

3.0.0 - 2023-10-23

  • BREAKING: AsyncTestRunner now does not re-throw errors. Instead it returns a TestRunnerResult type which includes all test results retrieved and optional error.

  • Adds ts-retry-promise as dependency.

    • Replacing uses of @salesforce/core's PollingClient.
    • All errors are now caught and retried, instead of just network errors.
    • Errors and retries will be logged.
  • Reworked TestAll command to return partial result, no longer potentially undefined.

  • Added retries to many external request promises.

    • Currently fixed 3 additional attempts made over ~2 minutes.
  • Added inline logging of test failures as they happen.

  • Fix rounding error with test status logging, show completed number.

  • TestAborter no longer waits after marking aborted tests.

apexdevtools
published 2.1.0 •

Changelog

Source

2.1.0 - 2023-10-13

  • Update to @salesforce/core v4 and other supporting deps.
apexdevtools
published 2.0.1 •

Changelog

Source

2.0.1 - 2023-06-26

  • Fix @salesforce/apex-node including commitlint by relaxing required version.
apexdevtools
published 2.0.0 •

Changelog

Source

2.0.0 - 2023-06-23

  • Removes module override for @salesforce/core.
  • Upgrade core dependencies, including:
    • @apexdevtools/sfdx-auth-helper
    • @salesforce/core
    • @salesforce/apex-node
  • Supports webpack bundling.
apexdevtools
published 1.9.2 •

Changelog

Source

1.9.2 - 2023-06-07

  • Add file extension back to reruns report.
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