added cypress tests and GitHub action config

This commit is contained in:
Guillermo de Abreu 2025-02-10 15:57:05 -04:00
parent fdcd94757b
commit 1e858e544e

View File

@ -12,7 +12,7 @@ jobs:
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v3 uses: cypress-io/github-action@v3
with: with:
project: ./site project: .
browser: chrome browser: chrome
build: yarn build build: yarn build
start: yarn start start: yarn start