Skip to content

Add cypress and test login and recently played games #16

Add cypress and test login and recently played games

Add cypress and test login and recently played games #16

Workflow file for this run

name: Tests
on:
workflow_dispatch:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
cypress_run:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Start Vite server
run: npm run dev &
env:
VITE_ENCRYPTION_KEY: 1234567890_KEY
- name: Run Cypress tests
run: npm run cy:run