Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.150.
- 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 is designed to validate and test Apex code in a lightweight, Salesforce-compatible runtime environment, enabling developers to execute tests and iterate on Apex logic without deploying to a production org. It automates the execution of Apex tests in CI/CD pipelines, ensuring fast, reproducible test cycles and allowing integration with version control systems like GitHub. Key capabilities include running test suites, executing individual code paths, and supporting interactive debugging within IDEs like VS Code or IntelliJ.
What’s Changed
Version v0.0.150
Resolve Nested Interface Types Through Inheritance Hierarchy
Implement QuickAction, Schema, and Additional System Namespace Methods
Ignore Trailing Content in JSON.deserializeUntyped
Handle DateTime.valueOf with zero dates, UTC suffix, and historical timezones
Add Metadata Namespace Tests and Type Checker Enforcement
Register Standard Child Relationships Explicitly and Fix Schema Inspect Output