From d2946801440b69389eeed4e1983168a3936c23c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Wed, 21 Feb 2024 16:40:33 +0900 Subject: [PATCH] docs: vitest 1.3.0+ has builtin support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eefe9f6..70958d6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Vitest reporter to create annotations when running tests in GitHub Actions. +> [!WARNING] +> **[Vitest 1.3.0+](https://github.com/vitest-dev/vitest/releases/tag/v1.3.0) comes with [a builtin support for creating annotations in GitHub Actions](https://vitest.dev/guide/reporters.html#github-actions-reporter).** +> This reporter is not needed for those versions. + ![image](https://user-images.githubusercontent.com/49056869/162130129-137511a1-9df4-4431-af88-5626d66f587a.png) Thanks to [`jest-github-actions-reporter`](https://github.com/cschleiden/jest-github-actions-reporter) for ideas.