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
We often need to test Cypress, and I have been using @bahmutov/cly init to scaffold a quick example using https://github.com/bahmutov/cly
But we also need to test Cypress more against Kitchensink examples to make sure we can update the Kitchensink pages safely. For this we need to scaffold full integration examples. Right now this only happens in the interactive mode, but we need to do this in headless mode as well.
Looking at the code in packages/server/src/project.js it seems we could use an environment variable to force scaffolding all folders (right now there is logic to always scaffold some folders, but integration specs are skipped in headless mode)
The code for this is done in cypress-io/cypress#7558, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
We often need to test Cypress, and I have been using
@bahmutov/cly init
to scaffold a quick example using https://github.com/bahmutov/clyBut we also need to test Cypress more against Kitchensink examples to make sure we can update the Kitchensink pages safely. For this we need to scaffold full integration examples. Right now this only happens in the interactive mode, but we need to do this in headless mode as well.
Looking at the code in
packages/server/src/project.js
it seems we could use an environment variable to force scaffolding all folders (right now there is logic to always scaffold some folders, but integration specs are skipped in headless mode)Will allow cypress-io/cypress-example-kitchensink#420 to work
The text was updated successfully, but these errors were encountered: