You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running and angular app (angular 18) in dev mode (npm run start), the app runs on http://localhost:4200/.
I have a simple Cypress test to visit the home page and check the title of the app.
When running the test: (cypress open --browser chrome), my app is not able to call public API of the backend that is running on http://localhost:16105/.
If I use curl to call the endpoint directly, the endpoint works correctly.
The angular app is calling multiple public API when loading and the problem occur on each.
Current behavior
I'm running and angular app (angular 18) in dev mode (npm run start), the app runs on http://localhost:4200/.
I have a simple Cypress test to visit the home page and check the title of the app.
When running the test: (cypress open --browser chrome), my app is not able to call public API of the backend that is running on http://localhost:16105/.
If I use curl to call the endpoint directly, the endpoint works correctly.
The angular app is calling multiple public API when loading and the problem occur on each.
cypress.config.ts
Desired behavior
No response
Test code to reproduce
here the cypress e2e test :
Cypress Version
13.15.0
Node version
v20.18.0
Operating System
Ubuntu 22
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: