Skip to content

Added Barcode and QR code. #5

Added Barcode and QR code.

Added Barcode and QR code. #5

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"