-
Currently, every time I change something in the main process, I need to run Is that the workflow people use with vite/electron/playwright, or is there a more efficient way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @cawa-93, I'm also very curious about the workflow you've established with playwright. Could you please explain why such decision was made with a tradeoff of tests taking way longer than if the source code was run directly in e2e. Your response is highly appreciated! |
Beta Was this translation helpful? Give feedback.
Cous e2e also should cover the compilation. In some cases compiled app may lose some node_modules and will not work if original
node_modules
dir doesnt exist