Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@apexdevtools/test-runner
Advanced tools
Salesforce unit test runner, built over @salesforce/apex-node and jsforce. The runner provides a number of reliability features aimed at ensuring the greatest chance of obtaining a good test run.
The main abstraction is a Testall command. You can use this to configure and execute a test run. The runner is assisted by three plugins:
The Testall command also handles re-running tests that failed due to locking after the main run(s) have completed.
You can start a Testall run by providing a set of test classes. If you don't provide any the run will execute against all the "local" (non-packaged) tests in the org.
You must use pnpm to build the package.
pnpm install
pnpm build
Jest unit tests can be run with
pnpm test
See './script' for some basic scripts to aid org testing.
All the source code included uses a 3-clause BSD license, see LICENSE for details.
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
.FAQs
Apex parallel test runner with reliability goodness
The npm package @apexdevtools/test-runner receives a total of 6 weekly downloads. As such, @apexdevtools/test-runner popularity was classified as not popular.
We found that @apexdevtools/test-runner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.