Optimize build/test execution time #154
Replies: 1 comment 16 replies
-
Hello @stephan-strate :) Thanks for the great feedback. It makes me really happy to hear those!
Something we could do: make it easy to call the webui tests from a specific Junit test, then, it's up to anyone to choose how they should be ran through JUnit (sequential or //).. It would also give a finer control over running those tests, we could even imagine allow to call different frontend test group from different junit methods (and have an environment/options to update the snapshots if used). Also, I think it makes sense to have those test closer to the Playwright E2E tests (if there are some).
For this, I am not sure we can do anything as it is tied to the Quarkus build system. I am all hear for propositions thought.. Cheers, |
Beta Was this translation helpful? Give feedback.
-
First of all: Thanks for your work. This extension is amazing :)
I would like to start a discussion about optimizing the execution time for testing and building the frontend application.
Problem: Having the backend and frontend application separately, each needing build time (including tests) of eg. 3 minutes. When using quinoa this build time increases to 6 minutes, because these processes are executed sequentially.
First idea: Wouldn't it be possible to execute backend and frontend tests in parallel?
What do you think? I am happy to help and contribute.
Beta Was this translation helpful? Give feedback.
All reactions