From 46386687857eac176b7b0e484c2548112c8fe932 Mon Sep 17 00:00:00 2001 From: Chris Breiding Date: Wed, 10 Nov 2021 13:35:15 -0500 Subject: [PATCH] have conduit app wait on localhost:3000 --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index c3bce24570b2..6363f0e94842 100644 --- a/circle.yml +++ b/circle.yml @@ -1905,6 +1905,7 @@ jobs: repo: cypress-example-conduit-app browser: chrome command: "npm run cypress:run" + wait-on: http://localhost:3000 "test-binary-against-api-testing-firefox": <<: *defaults