From aebc20676e95c5f410c96e80eba28d01ee57a4bd Mon Sep 17 00:00:00 2001 From: betzlermeow <257694564+betzlermeow@users.noreply.github.com> Date: Tue, 14 Apr 2026 23:27:14 +0000 Subject: [PATCH] Add deprecation banner to Test Suites page Adds a deprecation banner to the Test Suites documentation page informing users that Test Suites is being replaced by Simulations. Co-Authored-By: Claude Opus 4.6 --- fern/test/test-suites.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/test/test-suites.mdx b/fern/test/test-suites.mdx index e5e0a9811..2787d214f 100644 --- a/fern/test/test-suites.mdx +++ b/fern/test/test-suites.mdx @@ -4,6 +4,10 @@ subtitle: End-to-end test automation for AI voice agents slug: /test/test-suites --- + +Test Suites is being deprecated. It will be replaced by Simulations, a more powerful way to test your voice agents. You can keep using Test Suites in the meantime, and we'll share a migration guide once Simulations is ready. + + ## Overview **Test Suite** is an end-to-end feature that automates testing of your AI voice agents. Our platform simulates an AI tester that interacts with your voice agent by following a pre-defined script. After the interaction, the transcript is sent to a language model (LLM) along with your evaluation rubric. The LLM then determines if the interaction met the defined objectives.