Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v1.2.19.
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
The aer action is a tool to locally execute and test Salesforce Apex code. It supports running tests, executing anonymous Apex, and debugging Apex in an interactive debugger through CLI or CI. It mimics the Salesforce runtime environment locally, without requiring an org or deploy. The action can be installed as a Homebrew package, npm plugin, VS Code extension, or downloaded manually.
What’s Changed
Version v1.2.19
Throw Illegal Assignment When SObject.put Stores Non-String In Text Field
Include Inactive Record Types In getRecordTypeInfos Describe Results
Defer Polymorphic FK Validation Until Bootstrap Copy Completes
Report Duplicate Results Per Active DuplicateRule In findDuplicates
Auto-Calculate Contract EndDate From StartDate And ContractTerm
Copy Missing Standard Field Mappings In Database.convertLead
Scope Record Type Picklist Defaults To The Record’s Record Type
Reject Share Inserts Targeting An Inactive User
Support MFLOOR And MCEILING Formula Functions
Support Method Calls On Enum Results Of Binary Expressions
Evaluate TEXT(NULL) As Empty String In Formula Evaluator