eschutho commented on PR #31796:
URL: https://github.com/apache/superset/pull/31796#issuecomment-2599377548

   @mistercrunch I tested the branch with running:
   `docker compose up db` (opened a shell and logged into postgres and created 
the superset_cypress db)
   ` CYPRESS_CONFIG=true docker-compose up`
   tests on localhost:8081-- test the login with `admin/general`
   `cd superset-frontend/cypress-base`
   `npm ci`
   `npx cypress open --config numTestsKeptInMemory=3`
   And I'm seeing this error (it's looking for port 8081)
   ```cy.request() failed trying to load:
   
   http://localhost:8088/coverage
   
   We attempted to make an http request to this URL but the request failed 
without a response.
   
   We received this error at the network level:
   
   > Error: socket hang up
   
   -----------------------------------------------------------
   
   The request we sent was:
   
   Method: GET
   URL: http://localhost:8088/coverage```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to