Merge pull request #3895 from nextcloud/dependabot/npm_and_yarn/master/cypress-10.3.0

build(deps-dev): Bump cypress from 9.7.0 to 10.3.0
This commit is contained in:
Julius Härtl
2022-07-07 08:56:54 +02:00
committed by GitHub
10 changed files with 26 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ jobs:
curl -v http://localhost:8081/index.php/login curl -v http://localhost:8081/index.php/login
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v2 uses: cypress-io/github-action@v4
with: with:
record: true record: true
parallel: false parallel: false

17
cypress.config.js Normal file
View File

@@ -0,0 +1,17 @@
const { defineConfig } = require('cypress')
module.exports = defineConfig({
projectId: '1s7wkc',
viewportWidth: 1280,
viewportHeight: 720,
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)
},
baseUrl: 'http://nextcloud.local/index.php',
experimentalSessionAndOrigin: true,
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
})

View File

@@ -1,7 +0,0 @@
{
"baseUrl": "http://nextcloud.local/index.php",
"projectId": "1s7wkc",
"viewportWidth": 1280,
"viewportHeight": 720,
"experimentalSessionAndOrigin": true
}

14
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"@nextcloud/webpack-vue-config": "^5.1.0", "@nextcloud/webpack-vue-config": "^5.1.0",
"@relative-ci/agent": "^3.1.3", "@relative-ci/agent": "^3.1.3",
"@vue/test-utils": "^1.3.0", "@vue/test-utils": "^1.3.0",
"cypress": "^9.7.0", "cypress": "^10.3.0",
"jest": "^28.1.2", "jest": "^28.1.2",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^2.0.2",
"vue-jest": "^3.0.7", "vue-jest": "^3.0.7",
@@ -6801,9 +6801,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
}, },
"node_modules/cypress": { "node_modules/cypress": {
"version": "9.7.0", "version": "10.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz",
"integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==", "integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@@ -24014,9 +24014,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
}, },
"cypress": { "cypress": {
"version": "9.7.0", "version": "10.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz",
"integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==", "integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@cypress/request": "^2.88.10", "@cypress/request": "^2.88.10",

View File

@@ -77,7 +77,7 @@
"@nextcloud/webpack-vue-config": "^5.1.0", "@nextcloud/webpack-vue-config": "^5.1.0",
"@relative-ci/agent": "^3.1.3", "@relative-ci/agent": "^3.1.3",
"@vue/test-utils": "^1.3.0", "@vue/test-utils": "^1.3.0",
"cypress": "^9.7.0", "cypress": "^10.3.0",
"jest": "^28.1.2", "jest": "^28.1.2",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^2.0.2",
"vue-jest": "^3.0.7", "vue-jest": "^3.0.7",