What about a "Rstest" tool ? #3005
Replies: 2 comments 4 replies
-
Thank you for your support of our tools, we are very honored 😄 We love Vitest and have no plans to start the Rstest project anytime soon. This allows us to focus on existing tools and provide a better experience. I agree that using Rsbuild and Vitest at the same time brings the maintenance costs of having two build configurations, and we can probably reduce this cost by providing tools to convert some of the Rsbuild configurations to Vitest configurations. In the long run, we see a need for Rstest, but we don't want to build it from scratch. We hope to have some cooperation with Vitest, such as trying to implement Rstest on top of Vitest, instead of implementing it from scratch. In addition, if there are users in the community who would like to implement Rstest, we look forward to it and will do our best to support it. |
Beta Was this translation helpful? Give feedback.
-
@abenhamdine curious to hear why you decided to migrate away from Vite. What is the main issue that led to this decision? |
Beta Was this translation helpful? Give feedback.
-
Hi the ByteDance infra team,
We are currently migrating our whole build chain from vite to rsbuild and until now the experience was a delight, so a big thanks !
Performance of rsbuild is astonishing, and the configuration was very easy.
We also have dropped nextra in favor of rspress at the same time, and use storybook with rsbuild
The only remaining tool of our former tooling is vitest : vitest is a great tool, with a pleasant ui.
But because of that, we have to keep a vite configuration, vite plugins etc... to be able to run vitest.
In a perfect world, we would like to have a tool ("rstest" ? 😉 ) which run our tests relying on our rsbuild configuration.
What do you think of this idea ?
Is it part of your plans ?
It would be great !
Beta Was this translation helpful? Give feedback.
All reactions