build: resolve Quantize dep issue, upgrade Cypress

This commit is contained in:
Lokesh Dhakar
2023-02-27 15:30:44 -08:00
parent ef231c7113
commit 20d3593422
18 changed files with 9764 additions and 8270 deletions

13
cypress.config.js Normal file
View File

@@ -0,0 +1,13 @@
const { defineConfig } = require('cypress')
module.exports = defineConfig({
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
experimentalRunAllSpecs: true,
},
})