From f852c6f7adcc5474855db4bec93beb8de6f0bc67 Mon Sep 17 00:00:00 2001 From: "jasmine.kaur" Date: Tue, 21 Apr 2026 12:03:32 +0530 Subject: [PATCH] Updating README.md --- tests/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/README.md b/tests/README.md index 110276b..a648672 100644 --- a/tests/README.md +++ b/tests/README.md @@ -237,3 +237,13 @@ The discovery script matches files to runners as follows: - **Python 3.9+** and `pip install pytest` - only needed if you have Python script-tests - No additional tools needed for bash script-tests +## Need a different language? + +The discovery script currently supports Python, Bash, Bats, and TypeScript/JavaScript. If your script-tests require a different language or runner, support will need to be added to `scripts/run-skill-tests.sh`. + +For questions or help, reach out on **#afv-skills-onboarding-support** in Slack. + +## Examples + +See the [draft PR #214](https://github.com/forcedotcom/afv-library/pull/214) for working examples of all supported test types. +