Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.119.
- 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 (Apex Execution Runtime) GitHub Action enables developers to validate Apex code, run tests, and simulate a lightweight Salesforce-compatible runtime directly on their local workstations or CI pipelines. It automates the process of running Apex tests without deploying to a Salesforce org, streamlining test cycles, improving efficiency, and enabling interactive debugging. The action supports customizable configurations and integrates with popular development workflows, offering a fast and reproducible environment for Salesforce development.
Release notes
Version v0.0.119
Align Package Create Type Checking With Dependency Symbols
Fetch Rollup Summary Metadata In
package mockFix Visualforce Component Controller Attribute Parsing And Email Template Rendering
Deploy Email Templates In Reference Metadata And Resolve Template Names
Allow Numeric Type Covariance In Map Value Casting
Use Canonical Namespace Types In Shared Metadata Preload
Treat Blank Email Field Values As Null During DML Validation
Fix Inherited Method Contract Resolution In Type Checker
Enforce Decimal.valueOf Signatures In Type Checking
Allow Field Access On List Of SObjects In Type Checker
Fix Validation Rule Formula Error Handling And Person Account Relationship Evaluation
Add ApexPages.StandardController.getSubject Method
Align Package Create Typecheck Schema Namespacing
Support Alias References In SOQL FROM Clause Relationship Paths
Fix Whitespace In Formula Field
Fix Schema.Location Assignment To Relationship Fields
Enable CRM Analytics In Scratch Orgs
Support Map<K, SObject> As Interface Implementation For Map<K, SpecificSObject>
Add Virtual Modifier To Auth.Oauth2TokenExchangeHandler Methods
Preserve Date Boundaries Across DateTime Assignments And Storage
Support Trigger Local Type Declarations Across AST, Resolver, And VM