Skip to content

Commit

Permalink
have conduit app wait on localhost:3000
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Nov 10, 2021
1 parent b338d91 commit 4638668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Expand Up @@ -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
Expand Down

2 comments on commit 4638668

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4638668 Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.8.0/circle-9.0-release-46386687857eac176b7b0e484c2548112c8fe932/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4638668 Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.8.0/circle-9.0-release-46386687857eac176b7b0e484c2548112c8fe932/cypress.tgz

Please sign in to comment.