cypress-io / cypress-realworld-app

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

Home Page:https://docs.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing the app on the network doesn't work

hamza-amami opened this issue · comments

Because I don't have access to my localhost (protected by cisco), I go to the plateform via network : ipadress:3000
The front work well, but when I try to connect I get an error, it tries to call localshot:3001

Is there a way to deploy also the backend in ipadress:3001 please ?

@hamza-amami I am not sure if I understand your issue entirely, but you can configure which ports both the frontend and backend run on in the .env file

https://github.com/cypress-io/cypress-realworld-app/blob/develop/.env#L14=