New rules:
- Stop scaffolding every time by default
- Only scaffold when project is new
- Do not scaffold if
integrationFolder option has been modified in cypress.json
This will prevent having to pass integrationFolder: false, etc.
Take into account that config.integrationFolder may have value, but the folder at that path may not exist.
New rules:
integrationFolderoption has been modified in cypress.jsonThis will prevent having to pass
integrationFolder: false, etc.Take into account that
config.integrationFoldermay have value, but the folder at that path may not exist.