From 827dd96d2710f893090d8057f1500e2d8454f9cb Mon Sep 17 00:00:00 2001 From: Joe Krump Date: Tue, 24 Jun 2025 06:45:55 -1000 Subject: [PATCH] Add note about Vitest to README.md Now that support for Vitest has been added (https://github.com/buildkite/test-collector-javascript/pull/111) the Supported test frameworks section can be updated to include it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96bd91c..668d092 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Official [Buildkite Test Engine](https://buildkite.com/platform/test-engine) collectors for JavaScript test frameworks ✨ -⚒ **Supported test frameworks:** Jest, Jasmine, Mocha, Cypress, Playwright, and [more coming soon](https://github.com/buildkite/test-collector-javascript/issues?q=is%3Aissue+is%3Aopen+label%3A%22test+frameworks%22). +⚒ **Supported test frameworks:** Jest, Jasmine, Mocha, Cypress, Playwright, Vitest, and [more coming soon](https://github.com/buildkite/test-collector-javascript/issues?q=is%3Aissue+is%3Aopen+label%3A%22test+frameworks%22). 📦 **Supported CI systems:** Buildkite, GitHub Actions, CircleCI, and others via the `BUILDKITE_ANALYTICS_*` environment variables.