Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.115.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The aer GitHub Action facilitates validation, testing, and execution of Apex code in a lightweight, Salesforce-compatible runtime. It enables developers to run Apex tests locally or in CI pipelines without deploying to a Salesforce org, streamlining test cycles and improving reproducibility. Key capabilities include running tests, focusing on specific test cases, and interactive debugging, making it a powerful tool for efficient Apex development and troubleshooting.
Release notes
Version v0.0.115
Support $Setup References In Flow Converter
Implement Datacloud Namespace For Duplicate Detection
Allow SOQL Expressions In Ternary Operator Branches
Enforce Restricted Picklist Validation For Flow-Modified Records
Implement Numeric Type Widening In Ternary Expressions
Normalize Array Syntax In Nested Generic Type Arguments For Type Checking
Add String Instance Method Return Types For Type Checking