Skip to content

Commit

Permalink
added cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmit-coder committed Oct 17, 2024
1 parent ed428bc commit aa2e6c7
Show file tree
Hide file tree
Showing 2 changed files with 1,473 additions and 1,028 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Cypress End-to-End test

on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
Loading

0 comments on commit aa2e6c7

Please sign in to comment.