db:seed fails, tests wont run #1032
-
| I'm trying to run the application by running yarn dev in one terminal then yarn cypress:open in another terminal. The GUI opens but when I click run a test it fails. | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
| @BenMcLoughlin Please confirm that another service is not running on port 3001.  Do you receive errors from the backend, if you run  | 
Beta Was this translation helpful? Give feedback.
-
| @BenMcLoughlin Please ensure you're running the latest  | 
Beta Was this translation helpful? Give feedback.

@BenMcLoughlin Please confirm that another service is not running on port 3001. Do you receive errors from the backend, if you run
yarn start:api?