Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.162.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The aer GitHub Action enables validation, testing, and execution of Salesforce Apex code within a lightweight, Salesforce-compatible runtime, eliminating the need to deploy to a live Salesforce org. It automates test execution and debugging for Apex projects, making development cycles faster and more reproducible. Key capabilities include running test suites, executing individual code paths, and supporting interactive debugging with tools like VS Code and IntelliJ.
What’s Changed
Version v0.0.162
Treat Automated Process As System Mode For Cross-Reference Access
Add Auto-Number Name Display Format Coverage
Support Triple-Quoted Text Block String Literals
Resolve DataWeave Result Class Name Against Namespace
Hoist Record Lookup Variables In Converted Flows
Implement Crypto.signWithCertificate With Configurable Keys
Stop Caching Apex Parse Failures
Add License Renew Command For Expired Developer Keys
Implement JEP 378 Text Block Escapes
Add String.template() And Match sfapex Rendering Semantics
Resolve Nested Types Before SObject Canonicalization When Creating Package
Bulkify Flow Apex Actions And Correct Platform Event ReplayId Semantics
Guard Bulkified Invocable Calls With isEmpty Check