cypress should live reload when changes made to fixturesFolder
#6606
Labels
stage: ready for work
The issue is reproducible and in scope
topic: file watching 👀
topic: fixtures
Fixture loading and usage
type: enhancement
Requested enhancement of existing feature
Current behavior:
When changing
plugins
orfixtures
, the tests opened bycypress open
are not auto-reloaded as they are when changes are made tocypress/integration
orcypress/support
files.Desired behavior:
Unless there is some good reason for it, I would expect the pages would reload. While I can see that
plugins
might be more consequential in having unintended side-effects, so too cansupport
files (which can use plugins by way of commands), I would at least think that changes tofixtures
would trigger reloads, and I'd personally like to see changes toplugins
be able to do so.Test code to reproduce
cypress open
on some repository./plugins
Versions
Cypress: 4.1.0
OS: Mac 10.15.2
Browser: Firefox or Chrome
The text was updated successfully, but these errors were encountered: