baseUrl in env and fix success user

This commit is contained in:
chiayin
2023-02-04 11:35:26 +08:00
parent e3bd32383e
commit 9dc25b9b99
3 changed files with 11 additions and 5 deletions

View File

@@ -15,6 +15,10 @@
// Import commands.js using ES2015 syntax:
import "./commands";
Cypress.on('uncaught:exception', (err, runnable) => {
// returning false here prevents Cypress from failing the test
return false
})
// Alternatively you can use CommonJS syntax:
// require('./commands')