You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use vue components in typescript files with cypress, we need to apply preprocessing. For that, we made our own webpack configuration using webpack 5 and working closely to the implicit run time configuration that vue-cli uses.
However, webpack 5 is currently not completely supported by the cypress webpack preprocessor.
ATM we are not able to import a custom component AND use cypress as our webpack 5 configuration is not completely supported by our Cypress preprocessor. The designed component will be included as soon as [#696](#696) is fixed
To use vue components in typescript files with cypress, we need to apply preprocessing. For that, we made our own webpack configuration using webpack 5 and working closely to the implicit run time configuration that vue-cli uses.
However, webpack 5 is currently not completely supported by the cypress webpack preprocessor.
cypress-io/cypress#8900
The text was updated successfully, but these errors were encountered: