Skip to content

Commit

Permalink
add saving data to automation dashboard (mattermost#5476)
Browse files Browse the repository at this point in the history
  • Loading branch information
saturninoabril committed May 14, 2020
1 parent fcfc128 commit 4f083ae
Show file tree
Hide file tree
Showing 9 changed files with 527 additions and 432 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ mattermost-webapp.iml
junit.xml
coverage

# Environment variables
.env*

# disable folders generated by Cypress
e2e/node_modules
e2e/cypress/screenshots
Expand Down
3 changes: 3 additions & 0 deletions e2e/cypress/fixtures/partial_default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@
"LoginButtonBorderColor": "#2389D7",
"LoginButtonTextColor": "#ffffff"
},
"LogSettings": {
"EnableDiagnostics": true
},
"NativeAppSettings": {
"AppDownloadLink": "https://mattermost.com/download/#mattermostApps",
"AndroidAppDownloadLink": "https://about.mattermost.com/mattermost-android-app/",
Expand Down
151 changes: 51 additions & 100 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"cypress-multi-reporters": "1.2.4",
"cypress-plugin-tab": "1.0.5",
"cypress-wait-until": "1.6.1",
"dotenv": "8.2.0",
"express": "4.17.1",
"lodash": "4.17.15",
"lodash.intersection": "4.4.0",
Expand All @@ -25,9 +26,9 @@
"mochawesome-report-generator": "5.1.0",
"path": "0.12.7",
"recursive-readdir": "2.2.2",
"reportportal-client": "5.5.0",
"shelljs": "0.8.3",
"start-server-and-test": "1.11.0",
"superagent": "5.2.2",
"yargs": "15.3.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 4f083ae

Please sign in to comment.