Join Discord
Powered by
<@715580668045951047> it spins up a dev server: ht...
# component-testing
p
powerful-translator-20726
07/12/2022, 4:36 PM
@gray-kilobyte-89541
it spins up a dev server:
https://docs.cypress.io/guides/component-testing/component-framework-configuration#Vue-with-Vite
cypress offers some out of the box options like. webpack and vite. which then servs a index.html file
https://docs.cypress.io/guides/component-testing/component-framework-configuration#Custom-Index-File
in which the component gets mounted and per default cypress looks for the dev server on
http://localhost:3000
Previous
Next