forked from guildxyz/guild.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cypress.json
33 lines (33 loc) · 914 Bytes
/
cypress.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "https://on.cypress.io/cypress.schema.json",
"baseUrl": "http://localhost:3000",
"userAgent": "synpress",
"retries": {
"runMode": 0,
"openMode": 0
},
"integrationFolder": "cypress/integration",
"fixturesFolder": "cypress/fixtures",
"screenshotsFolder": "cypress/screenshots",
"videosFolder": "cypress/videos",
"supportFile": "cypress/support/index.js",
"pluginsFile": "cypress/plugins/index.js",
"chromeWebSecurity": true,
"viewportWidth": 1920,
"viewportHeight": 1080,
"component": {
"componentFolder": ".",
"testFiles": "**/*spec.{js,jsx,ts,tsx}"
},
"env": {
"coverage": false,
"guildName": "Cypress Gang",
"guildUrlName": "cypress-gang",
"dcInvite": "https://discord.gg/P46EfccWcP",
"tgId": "-1001653099938"
},
"defaultCommandTimeout": 30000,
"pageLoadTimeout": 30000,
"requestTimeout": 30000,
"projectId": "kbncm6"
}