Skip to content

Updated Wagon API and QR code. #8

Updated Wagon API and QR code.

Updated Wagon API and QR code. #8

Workflow file for this run

name: E2E on Chrome
on: [push]
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v3
with:
browser: chrome
build: npm run build
start: npm run start
wait-on: "http://localhost:3000"