Skip to content

shopping-mall-e2e-test #5

shopping-mall-e2e-test

shopping-mall-e2e-test #5

Workflow file for this run

name: 'Cypress Tests'
on: push
jobs:
cypress-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 19
- name: Install dependencies
run: npm ci
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: npm run build
start: npm run dev