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
Looks to be a limitation of cypress. When all specs button is clicked it changes Cypress.spec.name becomes All specs This causes the plugin to simply create a new file called All specs and ignores all specs recorded.
Looks to be a limitation of cypress. When all specs button is clicked it changes
Cypress.spec.name
becomesAll specs
This causes the plugin to simply create a new file calledAll specs
and ignores all specs recorded.See github issue here cypress-io/cypress#3090
NOTE: running all specs without UI is fine. Just adding this issue here in case others encounter!
The text was updated successfully, but these errors were encountered: