i have tearAndSeed.js that uses fixtures (users.json) and tears/updates db with this users.json by running beforeEach cy.task }).... i also have it registered in plugins. While it updates db, it would not proceed with the rest of the test. I cant seem to understand what needs to be changed /where and why. error during the test
Asked
Active
Viewed 45 times
0
-
Welcome to Stackoverflow, please read [How To Ask](https://stackoverflow.com/help/how-to-ask). Pay special attention to [How To Create MCVE](https://stackoverflow.com/help/mcve). Make sure you tag your question with proper labels (programming language, relevant technologies etc). The more effort you'll put into posting a good question: one which is easy to read, understand and which is [on topic](https://stackoverflow.com/help/on-topic) - the chances are higher that it will attract the relevant people and you'll get help even faster. Good luck! – Nir Alfasi Sep 29 '22 at 17:51