You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/09/11 22:15:45 UTC

[GitHub] [incubator-superset] ktmud edited a comment on pull request #10847: update port that cypress runs on for local vs test

ktmud edited a comment on pull request #10847:
URL: https://github.com/apache/incubator-superset/pull/10847#issuecomment-691335072


   What I normally do is to change Superset's running port instead:
   
   ```
       {
         "label": "Flask Tests (8081)",
         "type": "shell",
         "command": "source activate superset && cd ${workspaceFolder} &&  ENABLE_REACT_CRUD_VIEWS=true SUPERSET_CONFIG=tests.superset_test_config_sqllab_backend_persist SUPERSET__SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://superset:superset@127.0.0.1:5432/superset_test flask run -p 8081 --no-debugger"
       },
       {
         "label": "Flask Tests (8088)",
         "type": "shell",
         "command": "source activate superset && cd ${workspaceFolder} && ENABLE_REACT_CRUD_VIEWS=true SUPERSET_CONFIG=tests.superset_test_config SUPERSET__SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://superset:superset@127.0.0.1:5432/superset_test flask run -p 8088 --no-debugger"
       },
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org