Test run in Cypress test runner not reflecting new changes to feature file #1187
Unanswered
jessica-jorgenson
asked this question in
Q&A
Replies: 1 comment
-
Does this or this describe your issue and help you reproduce it? If so, then in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
My team is experiencing the occasional issue where any changes they make to the feature file isn't reflected in the test when we're running
cypress open
. We haven't been able to capture anything on any DEBUG logs, or make a reproducible example, so I hesitate to make an issue.Our current workaround is to make a differently named feature file, copy the steps over to that one, and run from that file. Once we see the new changes reflected in the runner, we delete the old file and rename the new feature file. We're thinking it might be an ESBuild issue, but it's a headache to change the preprocessor, and still not certain it's from there.
We've had these issues over several versions, but here's our current setup:
where we've followed the config setup for ESBuild TS documented here, though not using the latest versions for dependency issues for other plugins we're using.
Would anyone know what our issue could be?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions