forked from mattermost/mattermost-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcypress.json
30 lines (30 loc) · 1013 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
{
"baseUrl": "http://localhost:8065",
"viewportWidth": 1300,
"defaultCommandTimeout": 20000,
"taskTimeout": 20000,
"video": false,
"ignoreTestFiles": "**/node_modules/**/*",
"integrationFolder": "..",
"testFiles": "**/*_spec.js",
"env": {
"adminUsername": "sysadmin",
"adminPassword": "Sys@dmin-sample1",
"dbClient": "postgres",
"dbConnection": "postgres://mmuser:mostest@localhost/mattermost_test?sslmode=disable\u0026connect_timeout=10",
"ciBaseUrl": "",
"enableApplitools": false,
"enableVisualTest": false,
"ldapServer": "localhost",
"ldapPort": 389,
"numberOfTrialUsers": 100,
"runLDAPSync": true,
"resetBeforeTest": false,
"smtpUrl": "http://localhost:10080",
"storybookUrl": "http://localhost:6006/",
"webhookBaseUrl": "http://localhost:3000",
"AWS_S3_BUCKET": "",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": ""
}
}