diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2de3c02..cec85cb 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -28,4 +28,4 @@ jobs: start: npm run cypress browser: chrome component: true - spec: cypress/component/all.cy.tsx + spec: apps/web/cypress/component/all.cy.tsx diff --git a/apps/docs/pages/docs/technical/todo.mdx b/apps/docs/pages/docs/technical/todo.mdx index 34b0e0f..2f1af33 100644 --- a/apps/docs/pages/docs/technical/todo.mdx +++ b/apps/docs/pages/docs/technical/todo.mdx @@ -28,5 +28,5 @@ import { Callout } from "nextra/components"; - [ ] Joi - [ ] Clean up documentation - [ ] Dependencies -- [ ] Custom field types via prop to AutoForm -- [ ] Software tests +- [x] Custom field types via prop to AutoForm +- [x] Software tests