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
When we bundle cypress-example-kitchensink example specs, we copy them and commit to the repo. This leads to the duplication and makes updating cypress-example-kitchensink version hard (have to remember to run npm run build!)
Instead we should just "build" the example when building the test runner binary and not commit these files
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#4862, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
When we bundle cypress-example-kitchensink example specs, we copy them and commit to the repo. This leads to the duplication and makes updating
cypress-example-kitchensink
version hard (have to remember to runnpm run build
!)Instead we should just "build" the example when building the test runner binary and not commit these files
The text was updated successfully, but these errors were encountered: