https://cypress.io logo
Hi 👋, I'm using cypress to interact with an exter...
# e2e-testing
e
Hi 👋, I'm using cypress to interact with an external stub service (a local fork of a blockchain). I'm noticing that the support module is loaded several times. (once per test file plus one). Is there a way to prevent this as test setup being run several times at once, which is causing things to be put into an inconsistent state as it's effectively creating a race condition