mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-16 00:20:06 +00:00
chore(deps): bump cypress
This commit is contained in:
18
cypress.config.js
Normal file
18
cypress.config.js
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
const { defineConfig } = require('cypress')
|
||||||
|
|
||||||
|
module.exports = defineConfig({
|
||||||
|
includeShadowDom: true,
|
||||||
|
e2e: {
|
||||||
|
chromeWebSecurity: false,
|
||||||
|
defaultCommandTimeout: 20000,
|
||||||
|
specPattern: 'cypress/integration/**/*.ts',
|
||||||
|
supportFile: 'cypress/support/index.js'
|
||||||
|
},
|
||||||
|
env: {
|
||||||
|
sasjsTestsUrl: 'http://localhost:5173',
|
||||||
|
username: '',
|
||||||
|
password: '',
|
||||||
|
screenshotOnRunFailure: false,
|
||||||
|
testingFinishTimeout: 600000
|
||||||
|
}
|
||||||
|
})
|
||||||
11
cypress.json
11
cypress.json
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"chromeWebSecurity": false,
|
|
||||||
"defaultCommandTimeout": 20000,
|
|
||||||
"env": {
|
|
||||||
"sasjsTestsUrl": "",
|
|
||||||
"username": "",
|
|
||||||
"password": "",
|
|
||||||
"screenshotOnRunFailure": false,
|
|
||||||
"testingFinishTimeout": 600000
|
|
||||||
}
|
|
||||||
}
|
|
||||||
477
package-lock.json
generated
477
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -51,7 +51,7 @@
|
|||||||
"copyfiles": "2.4.1",
|
"copyfiles": "2.4.1",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"cp": "0.2.0",
|
"cp": "0.2.0",
|
||||||
"cypress": "7.7.0",
|
"cypress": "^15.7.1",
|
||||||
"dotenv": "16.0.0",
|
"dotenv": "16.0.0",
|
||||||
"express": "4.17.3",
|
"express": "4.17.3",
|
||||||
"jest": "29.7.0",
|
"jest": "29.7.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user