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
I'm developing a Cypress plugin, and the plugin files are in a separate Yarn workspace from the workspace that runs Cypress. Changes to plugin files in the same workspace would trigger a refresh for the tests, but since it's a separate workspace and package, I have to restart the whole Cypress Test Runner for the changes to apply. Is there a way to make Cypress monitor and pick up changes in a different workspace?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm developing a Cypress plugin, and the plugin files are in a separate Yarn workspace from the workspace that runs Cypress. Changes to plugin files in the same workspace would trigger a refresh for the tests, but since it's a separate workspace and package, I have to restart the whole Cypress Test Runner for the changes to apply. Is there a way to make Cypress monitor and pick up changes in a different workspace?
Beta Was this translation helpful? Give feedback.
All reactions