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
The cypress tests on the build server, and indeed locallyl, currently run against the webpack development server.
This means that errors could creep in from differences between the webpack dev server / build and the full build.
So it would be better to npm run build to create the same code that will get deployed, use serve (or similar) to serve it and then test against that, which would remove this possibility.
The text was updated successfully, but these errors were encountered:
The cypress tests on the build server, and indeed locallyl, currently run against the webpack development server.
This means that errors could creep in from differences between the webpack dev server / build and the full build.
So it would be better to
npm run build
to create the same code that will get deployed, use serve (or similar) to serve it and then test against that, which would remove this possibility.The text was updated successfully, but these errors were encountered: