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
uses: cypress-io/github-action@v3
with:
project: ./site
project: .
browser: chrome
build: yarn build
start: yarn start