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
It appears scoped hooks aren't working in the demo app. When you run all tests, the before hook that states it only runs during the Google tests is run during all tests.
Google test suite
Facebook test suite
repro steps: clone the demo app, run cypress, and run all tests.
I was having issues with scoped step definitions in a project and I wanted to make sure it wasn't a weird configuration on my end. I'm wondering if this is a bug with scoped step definitions and if I should file an issue against the main repo.
Thanks
The text was updated successfully, but these errors were encountered:
I will add an info here to NOT use "run all" in the GUI - I don't think this is something worth doing anyway - once you have a realistic number of features, you wouldn't be running them all through GUI anyway (and it works properly when you do cypress run)
It appears scoped hooks aren't working in the demo app. When you run all tests, the before hook that states it only runs during the Google tests is run during all tests.
Google test suite
Facebook test suite
repro steps: clone the demo app, run cypress, and run all tests.
I was having issues with scoped step definitions in a project and I wanted to make sure it wasn't a weird configuration on my end. I'm wondering if this is a bug with scoped step definitions and if I should file an issue against the main repo.
Thanks
The text was updated successfully, but these errors were encountered: