From 7bad67bdf0ddafee37bc71893f75289f013b2a1a Mon Sep 17 00:00:00 2001 From: Yuliya_Prihodko Date: Mon, 3 Jun 2024 19:54:10 +0300 Subject: [PATCH] EPMRPP-90963 || Vitest Test Framework Integration --- .../JavaScript/Vitest.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/log-data-in-reportportal/test-framework-integration/JavaScript/Vitest.md diff --git a/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Vitest.md b/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Vitest.md new file mode 100644 index 000000000..bc05d4fbd --- /dev/null +++ b/docs/log-data-in-reportportal/test-framework-integration/JavaScript/Vitest.md @@ -0,0 +1,14 @@ +--- +sidebar_position: 12 +sidebar_label: Vitest +--- + +# ReportPortal Vitest Integration + +There is an agent to integrate [Vitest](https://vitest.dev/) with ReportPortal. + +Vitest is fast open-source Vite-native testing framework. + +With Vitest, developers can execute tests within Node.js to speed up the testing process. + +[Installation guide](https://github.com/reportportal/agent-js-vitest#readme)