Below you will find pages that utilize the taxonomy term “Wisefoxme”
August 29, 2026
Apex Test List
Version updated for https://github.com/wisefoxme/apex-test-list to version v1.14.2.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Apex Test List GitHub Action generates a list of tests that should be run, enabling users to automate and save time by skipping tests not relevant to their automated processes. It supports identifying tests using Apex annotations or a centralized metadata filter, simplifying the process of managing test dependencies in Salesforce environments. The action is available as both a Salesforce CLI plugin and a native GitHub Action for GitHub Actions users.
August 28, 2026
Apex Test List
Version updated for https://github.com/wisefoxme/apex-test-list to version v1.14.1.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates a list of Apex tests that need to be run based on comments or specified metadata, automating the process of identifying and running necessary test classes. It supports both custom comment annotations (@Tests:) and using a centralized metadata filter file (.test-dependencies.yml), making it easier for developers to manage and execute test cases efficiently.
August 28, 2026
Apex Test List
Version updated for https://github.com/wisefoxme/apex-test-list to version v1.14.0.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Apex Test List GitHub Action automates the identification and execution of tests based on various annotations or a centralized metadata filter, saving time by reducing the number of tests run in Salesforce orgs. This tool supports both custom comment annotations (@Tests: and @TestSuites:) and Apex’s built-in @isTest annotation. For advanced users who prefer to manage dependencies centrally, it also allows specifying test classes based on Salesforce metadata via a .test-dependencies.yml file.