COS301-SE-2024 / Dispute-Resolution-Engine

Facilitating & enhancing dispute resolution processes with Natural Language Processing and Sentiment Analysis
4 stars 0 forks source link

Failed end-to-end Tests #83

Open vfeistel opened 3 weeks ago

vfeistel commented 3 weeks ago

All the E2E tests fail due to it being unable to navigate to the URL. I suspect this has to do with Docker's naming convention, where instead of using localhost you use the name of the container, e.g. frontend.

Some quick googling suggested configuring the baseUrl variable of Cypress's configuration, and overriding it using the CYPRESS_BASE_URL environment variable in the action itself

MichaelHorwitz commented 2 weeks ago

Extended due to blocked by deployment