Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.153.
- 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 facilitates automated validation and testing of Apex code within CI/CD pipelines. It creates a lightweight, Salesforce-compatible runtime to execute tests, debug, and run Apex logic locally without deploying to a Salesforce org, enabling faster and more reproducible development cycles. Key capabilities include running Apex tests, simulating package namespaces, and interactive debugging, making it ideal for streamlining Salesforce development workflows.
What’s Changed
Version v0.0.153
Expand Builtin Schema Coverage for Standard Objects
QueryNode.execute Throws UnsupportedOperationException in Tests
Implement DataSource Namespace Builtins
Fix Invocable.Action Error Messages and Exception Wrapping
Implement Remaining Datacloud Methods
Fix Assert.isInstanceOfType for Parameterized Map Types
Fix Invocable.Action Parameter Override of Field Initializers
Fix getDmlMessage Returning Field Value Instead of addError Message
Fix ContentVersion ContentLocation Default
Fix DateTime.formatGmt Literal Zero Formatting
Fix Organization Schema
Implement Scheduler Schema Support and Async Test Storage Fixes
Preserve SObject Field Population Order in JSON Serialization
Fix JSON Deserialization Error Messages
Fix @testVisible Access from Inner Classes of Test Classes