Skip to content
Discussion options

You must be logged in to vote

Oh well.

name: Cypress Test

on: push

jobs:
  chrome:
    runs-on: ubuntu-18.04
    steps:
      - name: Checkout
        uses: actions/checkout@v3
      - name: Chrome
        uses: cypress-io/github-action@v5
        timeout-minutes: 10
        with:
          build: yarn generate
          start: yarn dev
          browser: chrome
          wait-on: 'http://localhost:3000'

using the wait-on works now.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hslee2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant