eschutho commented on a change in pull request #10847:
URL:
https://github.com/apache/incubator-superset/pull/10847#discussion_r489099027
##########
File path: superset-frontend/cypress-base/package.json
##########
@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "run cypress against superset",
"scripts": {
- "cypress": "cypress",
+ "cypress": "CYPRESS_BASE_URL=\"http://localhost:${npm_config_port:-8088}\"
cypress",
Review comment:
Yes, correct, well, it's telling Cypress what url to test against, and
would likely reconcile with the port that is exposed from however the flask app
was started.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]