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)