- Run
npm install
- Follow instructions in fvtt.config.example.js
- Run
npm run build
ornpm run watch
- Run Foundry
- Install additionally required module FVTT Quench
- Create a new world for CoC7
- Mark both Quench and this module as used
- Check if
baseUrl
incypress.config.js
matches your URL (TODO: make this easier)
- Run component tests through UI by clicking the
Quench
button - Run
Cypress
tests by callingnpx cypress open
and opening the E2E browser tests in Chrome