Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.130.
- 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 enables developers to validate Apex code, execute tests, and simulate a lightweight Salesforce-compatible runtime directly in their GitHub workflows or local environment. It streamlines testing cycles for Salesforce development by eliminating the need to deploy code to a Salesforce org, making iterations faster and more reproducible. Key capabilities include running Apex tests, debugging, and executing individual code paths with Salesforce-like behavior.
Release notes
Version v0.0.130
Update TODO: remove redundant entity types, add controller relationships
Add Visualforce page and component support with controller relationships
Add LightningWebComponent entity type support
Add LWC Component Usage Tracking And BaseComponent Type
Add CommercePayments Namespace Support and ProductAttributeSet Schema
Add SObject and ApexMethod Subtypes For Better Type Specificity
Add Annotation-based ApexMethod Subtypes
Fix Namespace Handling And Add Constructor Call Relationships to Explorer
Add More Commerce Schema Objects
Add HTTP Callout, Platform Event Publishing, and Fix Type Handling
Replace Show Relationships Sidebar With Dynamic Clickable Legend
Use Default Schema Metadata For Createable And Updateable Fields
Fix MID Formula Panic and Add Schema Objects
Alias Computed Select Projections And Add Person Account Regression Tests
Add IsChanged Operator Support In Flow Entry Filters
Add InvocableVariable Entity Type For @InvocableVariable Fields
Add subscribesToEvent relationship for platform event triggers
Add usesNamedCredential relationship for callout: patterns
Add usesLabel Relationship and CustomLabel Entities From Schema
Add StaticResource entities and usesStaticResource relationship
Add FormulaField Entity Type And ReferencesField Relationship
Support Apex-Type Flow Variables And StoreOutputAutomatically Lookups
Add CustomField, RollupSummaryField Types With RollsUp Relationship
Add ValidationRule entity type with hasValidationRule relationship
Add CustomMetadata Entity Type With Dynamic Subtypes And MetadataRelationship Support To Explorer
Upgrade force-md For ApexClass In Flow Support
Fix
package showfield Nillable Display And Package Schema MergeFix SOQL FROM Clause Namespace Resolution