浏览代码

Updated cypress to latest version

zhixin 3 年之前
父节点
当前提交
c1e723f6a4

+ 13 - 0
cypress.config.js

@@ -0,0 +1,13 @@
+const { defineConfig } = require('cypress')
+
+module.exports = defineConfig({
+  video: false,
+  screenshot: false,
+  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)
+    },
+  },
+})

+ 0 - 4
cypress.json

@@ -1,4 +0,0 @@
-{
-    "video": false,
-    "screenshot": false
-}

cypress/integration/extensions/filter-control/options/bootstrap3.js → cypress/e2e/extensions/filter-control/options/bootstrap3.cy.js


cypress/integration/extensions/filter-control/options/bootstrap4.js → cypress/e2e/extensions/filter-control/options/bootstrap4.cy.js


cypress/integration/extensions/filter-control/options/bulma.js → cypress/e2e/extensions/filter-control/options/bulma.cy.js


cypress/integration/extensions/filter-control/options/foundation.js → cypress/e2e/extensions/filter-control/options/foundation.cy.js


cypress/integration/extensions/filter-control/options/index.js → cypress/e2e/extensions/filter-control/options/index.cy.js


cypress/integration/extensions/filter-control/options/materialize.js → cypress/e2e/extensions/filter-control/options/materialize.cy.js


cypress/integration/extensions/filter-control/options/semantic.js → cypress/e2e/extensions/filter-control/options/semantic.cy.js


cypress/integration/options/bootstrap3.js → cypress/e2e/options/bootstrap3.cy.js


cypress/integration/options/bootstrap4.js → cypress/e2e/options/bootstrap4.cy.js


cypress/integration/options/bulma.js → cypress/e2e/options/bulma.cy.js


cypress/integration/options/foundation.js → cypress/e2e/options/foundation.cy.js


cypress/integration/options/index.js → cypress/e2e/options/index.cy.js


cypress/integration/options/materialize.js → cypress/e2e/options/materialize.cy.js


cypress/integration/options/semantic.js → cypress/e2e/options/semantic.cy.js


cypress/integration/welcome/bootstrap3.js → cypress/e2e/welcome/bootstrap3.cy.js


cypress/integration/welcome/bootstrap4.js → cypress/e2e/welcome/bootstrap4.cy.js


cypress/integration/welcome/bulma.js → cypress/e2e/welcome/bulma.cy.js


cypress/integration/welcome/foundation.js → cypress/e2e/welcome/foundation.cy.js


cypress/integration/welcome/index.js → cypress/e2e/welcome/index.cy.js


cypress/integration/welcome/materialize.js → cypress/e2e/welcome/materialize.cy.js


cypress/integration/welcome/semantic.js → cypress/e2e/welcome/semantic.cy.js


cypress/support/index.js → cypress/support/e2e.js