Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 444 Bytes

File metadata and controls

16 lines (9 loc) · 444 Bytes

Component testing

Create tests interactively using Cypress by running npx cypress open

Run the component test with npm run cypress:run-component

E2E tests

In progress...

npm run cypress:run-e2e

Customizable branding

Modify the messaging and logo using \src\i18n\messages.ts

Modify the site's theme using \src\plugins\vuetify.ts and following the configuration guide at https://v2.vuetifyjs.com/en/features/theme/