I'm using cypress-postgres together with Quasar.
I want to have different configuration files in different folders but, when I try to run the tests, it says:
cy.task('dbQuery') failed with the following error:
Cannot find module '/../cypress.json'
Require stack:
- /.../node_modules/cypress-postgres/cypress/plugins/index.js
- /.../test/cypress/plugins/index.ts
I'm using cypress-postgres together with Quasar. I want to have different configuration files in different folders but, when I try to run the tests, it says:
This is what I have inside my plugins/index.ts