How to configure allure for vitest browser mode? #3247
-
|
I'm using vitest browser mode, which supports the playwright provider. Now, when using utils from My vitest config contains the following options reporters: [
'verbose',
[
'allure-vitest/reporter',
{
resultsDir: 'allure-results',
},
],
]But this seems incompatible with the new vitest browser mode. It's also impossible to apply the options from the Allure setup documentation for Playwright I see that there have already been requests in the community for configuration support for browser mode, so it would be very nice to get this feature |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
@baev Hello, is there any workaround for this issue? |
Beta Was this translation helpful? Give feedback.
-
|
Hello there! The feature is ready: allure-framework/allure-js#1413 and will be available as soon as possible! 🙏 |
Beta Was this translation helpful? Give feedback.
-
|
To configure Allure with Vitest in browser mode, you need the Allure Vitest reporter plus proper setup inside the Vitest config and browser runner environment. |
Beta Was this translation helpful? Give feedback.
Hello there! The feature is ready: allure-framework/allure-js#1413 and will be available as soon as possible! 🙏