ktmud commented on a change in pull request #9490: [Build] Add Github workflows
URL: 
https://github.com/apache/incubator-superset/pull/9490#discussion_r406010027
 
 

 ##########
 File path: superset-frontend/cypress-base/cypress.json
 ##########
 @@ -1,13 +1,14 @@
 {
   "baseUrl": "http://localhost:8081";,
   "chromeWebSecurity": false,
-  "defaultCommandTimeout": 20000,
-  "requestTimeout": 20000,
-  "ignoreTestFiles": ["**/!(*.test.js)"],
-  "projectId": "fbf96q",
+  "defaultCommandTimeout": 5000,
+  "requestTimeout": 10000,
+  "ignoreTestFiles": [
+    "**/!(*.test.js)"
+  ],
   "video": false,
   "videoUploadOnPasses": false,
   "viewportWidth": 1280,
   "viewportHeight": 800,
-  "requestTimeout": 10000
+  "projectId": "dk2opw"
 
 Review comment:
   Updated to a project under my personal account for testing. Will need to 
change back to [the official project 
](https://dashboard.cypress.io/projects/fbf96q/runs) once merged.
   
   Someone with admin access on GitHub please [add a new record 
key](https://docs.cypress.io/guides/dashboard/projects.html#Set-up-a-project-to-record)
 to [GitHub Actions 
secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets)
 under the name `CYPRESS_RECORD_KEY`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to