Anthony Goussot
Results
2
comments of
Anthony Goussot
It seems like this is still happening. ```cy.callFirestore('delete', `companies/${companyId}`) ``` Deleted my whole `companies` collection
With Cypress, it works fine and launches correctly `"env-cmd -f .env npx cypress open --config-file=synpress.json --config supportFile='cypress/support/index.js'"` But when I try with Synpress it fails `"env-cmd -f .env npx synpress...