Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v1.2.16.
This publisher is shown as ‘verified’ by GitHub.
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
This GitHub Action runs Apex unit tests locally using the aer tool, allowing developers to execute and debug Apex code without needing an org. It supports various features like local SObject management, trigger execution, governor limits enforcement, and testing with coverage reports. The action is particularly useful for CI/CD pipelines where developers can quickly validate their code changes before deploying.
What’s Changed
Version v1.2.16
Resolve Field Access On Variable Named Like A Type
Return Boolean From System.FlexQueue Move Methods
Support Full Java Regex Classes In String.replaceAll and replaceFirst
Purge Soft-deleted Restrict-lookup Children When Parent Is Deleted
Resolve Return Type Of System-qualified Builtin Static Methods
Flatten Multi-variable Declarations In Property Accessor Bodies
Compare String Operands Case-insensitively In Relational Operators
Fix Custom Object Share Record DML
Escape Backslashes In String.escapeSingleQuotes