SFDX Run Tests
Version updated for https://github.com/svierk/sfdx-run-tests to version v1.1.0.
- This action is used across all versions by 5 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates running Salesforce Apex, LWC (Jest), and Flow tests from a single step, providing comprehensive coverage reports for each type of test. It supports toggling the execution of each test type, highlights coverage in CLI logs, and writes reports to expected paths for integration with quality tools like SonarQube/SonarCloud or Codecov. The action is particularly useful for streamlining the testing process and ensuring consistent code coverage across different Salesforce projects.
What’s Changed
- render readable test results in collapsible log groups
Full Changelog: https://github.com/svierk/sfdx-run-tests/compare/v1.0.0...v1.1.0