Skip to content

wait for localhost:8080 #73

wait for localhost:8080

wait for localhost:8080 #73

Workflow file for this run

name: End-to-end tests
on: [push]
# future use to limit tests
# on:
# push:
# branches:
# - master
# tags:
# - '*'
# pull_request:
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
command: yarn test:e2e:ci:novid
working-directory: q-app/quasar-project
browser: chrome
wait-on: 'http://localhost:8080'
wait-on-timeout: 300 # Timeout in seconds for wait-on