https://cypress.io logo
Hello. I have a run build of Cypress test in TeamC...
# help
p
Hello. I have a run build of Cypress test in TeamCity, and when I try to run a single spec file, it always stops on the same
it
. It ignores it and the build stops. I checked the log, and the only relevant message I could find is
Test ignored: ignore reason: Interrupted by TeamCity on build stop .
Did anyone encounter such an issue? The only viable information I think I can give regarding my spec file, is that it has multiple
context
,with a
beforeEach
to each of those contexts, plus a global
beforeEach
outside those contexts in the beginning of the spec file.