From f9774a2cd75547def9094181912e3c2bf9c484c0 Mon Sep 17 00:00:00 2001 From: Batuhan Wilhelm Date: Tue, 16 Jul 2024 17:01:40 +0300 Subject: [PATCH] feat: move cypress tests from examples folder's to root (#6147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ali Emir Şen --- .github/workflows/scripts/e2e-examples.js | 18 +- .../auth-antd => cypress}/cypress.config.ts | 11 +- .../e2e => cypress/e2e/auth-antd}/all.cy.ts | 0 .../e2e => cypress/e2e/auth-auth0}/all.cy.ts | 0 .../e2e/auth-chakra-ui}/all.cy.ts | 0 .../e2e/auth-google-login}/all.cy.ts | 0 .../e2e/auth-headless}/all.cy.ts | 0 .../e2e/auth-keycloak}/all.cy.ts | 0 .../e2e/auth-mantine}/all.cy.ts | 0 .../e2e/auth-material-ui}/all.cy.ts | 0 .../e2e => cypress/e2e/base-antd}/all.cy.ts | 0 .../e2e/base-chakra-ui}/all.cy.ts | 0 .../e2e/base-mantine}/all.cy.ts | 0 .../e2e/base-material-ui}/all.cy.ts | 0 .../e2e/data-provider-strapi-v4}/all.cy.ts | 0 .../e2e/data-provider-supabase}/all.cy.ts | 0 .../form-antd-custom-validation}/all.cy.ts | 0 .../e2e/form-antd-mutation-mode}/all.cy.ts | 0 .../e2e/form-antd-use-drawer-form}/all.cy.ts | 0 .../e2e/form-antd-use-form}/all.cy.ts | 0 .../e2e/form-antd-use-modal-form}/all.cy.ts | 0 .../e2e/form-antd-use-steps-form}/all.cy.ts | 0 .../form-chakra-ui-mutation-mode}/all.cy.ts | 0 .../form-chakra-ui-use-drawer-form}/all.cy.ts | 0 .../e2e/form-chakra-ui-use-form}/all.cy.ts | 0 .../e2e/form-chakra-use-modal-form}/all.cy.ts | 0 .../e2e/form-core-use-form}/all.cy.ts | 0 .../e2e/form-mantine-mutation-mode}/all.cy.ts | 0 .../form-mantine-use-drawer-form}/all.cy.ts | 0 .../e2e/form-mantine-use-form}/all.cy.ts | 0 .../form-mantine-use-modal-form}/all.cy.ts | 0 .../form-mantine-use-steps-form}/all.cy.ts | 0 .../form-material-ui-mutation-mode}/all.cy.ts | 0 .../all.cy.ts | 0 .../e2e/form-material-ui-use-form}/all.cy.ts | 1 + .../all.cy.ts | 0 .../all.cy.ts | 0 .../form-react-hook-form-use-form}/all.cy.ts | 0 .../all.cy.ts | 0 .../all.cy.ts | 0 .../e2e/form-save-and-continue}/all.cy.ts | 0 .../e2e/inferencer-antd}/all.cy.ts | 0 .../e2e/inferencer-chakra-ui}/all.cy.ts | 0 .../e2e/inferencer-graphql-hasura}/all.cy.ts | 0 .../e2e/inferencer-headless}/all.cy.ts | 0 .../e2e/inferencer-mantine}/all.cy.ts | 0 .../e2e/inferencer-material-ui}/all.cy.ts | 0 .../all.cy.ts | 0 .../all.cy.ts | 0 .../all.cy.ts | 0 .../all.cy.ts | 0 .../e2e/table-antd-advanced}/categories.cy.ts | 0 .../e2e/table-antd-advanced}/posts.cy.ts | 0 .../e2e/table-antd-table-filter}/all.cy.ts | 0 .../e2e/table-antd-use-delete-many}/all.cy.ts | 0 .../table-antd-use-editable-table}/all.cy.ts | 0 .../e2e/table-antd-use-table}/all.cy.ts | 0 .../e2e/table-antd-use-update-many}/all.cy.ts | 0 .../e2e/table-chakra-ui-advanced}/all.cy.ts | 0 .../e2e/table-chakra-ui-basic}/all.cy.ts | 0 .../e2e/table-handson}/all.cy.ts | 0 .../e2e/table-mantine-advanced}/all.cy.ts | 0 .../e2e/table-mantine-basic}/all.cy.ts | 0 .../data-grid.cy.ts | 0 .../react-table.cy.ts | 0 .../all.cy.ts | 0 .../all.cy.ts | 0 .../table-material-ui-table-filter}/all.cy.ts | 0 .../all.cy.ts | 0 .../all.cy.ts | 0 .../all.cy.ts | 0 .../e2e/table-react-table-advanced}/all.cy.ts | 0 .../e2e/table-react-table-basic}/all.cy.ts | 0 .../e2e/with-nextjs-next-auth}/all.cy.ts | 0 .../e2e => cypress/e2e/with-nextjs}/all.cy.ts | 0 .../e2e/with-remix-antd}/all.cy.ts | 0 .../e2e/with-remix-headless}/all.cy.ts | 0 .../e2e/with-remix-material-ui}/all.cy.ts | 0 .../e2e/with-remix-vite-headless}/all.cy.ts | 0 cypress/tsconfig.json | 2 +- examples/app-crm/package.json | 1 - examples/auth-antd/cypress/tsconfig.json | 7 - examples/auth-antd/package.json | 3 - examples/auth-auth0/cypress.config.ts | 15 -- examples/auth-auth0/cypress/tsconfig.json | 7 - examples/auth-auth0/package.json | 3 - examples/auth-chakra-ui/cypress.config.ts | 15 -- examples/auth-chakra-ui/cypress/tsconfig.json | 7 - examples/auth-chakra-ui/package.json | 3 - examples/auth-google-login/cypress.config.ts | 15 -- .../auth-google-login/cypress/tsconfig.json | 7 - examples/auth-google-login/package.json | 3 - examples/auth-headless/cypress.config.ts | 15 -- examples/auth-headless/cypress/tsconfig.json | 7 - examples/auth-headless/package.json | 3 - examples/auth-keycloak/cypress.config.ts | 15 -- examples/auth-keycloak/cypress/tsconfig.json | 7 - examples/auth-keycloak/package.json | 3 - examples/auth-mantine/cypress.config.ts | 15 -- examples/auth-mantine/cypress/tsconfig.json | 7 - examples/auth-mantine/package.json | 3 - examples/auth-material-ui/cypress.config.ts | 15 -- .../auth-material-ui/cypress/tsconfig.json | 7 - examples/auth-material-ui/package.json | 3 - examples/base-antd/cypress.config.ts | 15 -- examples/base-antd/package.json | 3 - examples/base-chakra-ui/cypress.config.ts | 15 -- examples/base-chakra-ui/package.json | 3 - examples/base-mantine/cypress.config.ts | 15 -- examples/base-mantine/package.json | 3 - examples/base-material-ui/cypress.config.ts | 15 -- .../base-material-ui/cypress/tsconfig.json | 7 - examples/base-material-ui/package.json | 3 - examples/data-provider-sanity/package.json | 1 - .../data-provider-strapi-v4/cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - examples/data-provider-strapi-v4/package.json | 3 - .../data-provider-supabase/cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - examples/data-provider-supabase/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../form-antd-custom-validation/package.json | 3 - .../form-antd-mutation-mode/cypress.config.ts | 13 - .../cypress/tsconfig.json | 7 - examples/form-antd-mutation-mode/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../form-antd-use-drawer-form/package.json | 3 - examples/form-antd-use-form/cypress.config.ts | 13 - .../form-antd-use-form/cypress/tsconfig.json | 7 - examples/form-antd-use-form/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../form-antd-use-modal-form/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../form-antd-use-steps-form/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../form-chakra-ui-mutation-mode/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../form-chakra-ui-use-form/cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - examples/form-chakra-ui-use-form/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../form-chakra-use-modal-form/package.json | 3 - examples/form-core-use-form/cypress.config.ts | 15 -- examples/form-core-use-form/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../form-mantine-mutation-mode/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../form-mantine-use-drawer-form/package.json | 3 - .../form-mantine-use-form/cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - examples/form-mantine-use-form/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../form-mantine-use-modal-form/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../form-mantine-use-steps-form/package.json | 3 - .../cypress.config.ts | 13 - .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 13 - .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 13 - .../cypress/tsconfig.json | 7 - .../form-material-ui-use-form/package.json | 3 - .../cypress.config.ts | 13 - .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 13 - .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 13 - .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 13 - .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 13 - .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../form-save-and-continue/cypress.config.ts | 13 - .../cypress/tsconfig.json | 7 - examples/form-save-and-continue/package.json | 3 - examples/inferencer-antd/cypress.config.ts | 15 -- .../inferencer-antd/cypress/tsconfig.json | 7 - examples/inferencer-antd/package.json | 2 - .../inferencer-chakra-ui/cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - examples/inferencer-chakra-ui/package.json | 2 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../inferencer-graphql-hasura/package.json | 2 - .../inferencer-headless/cypress.config.ts | 15 -- .../inferencer-headless/cypress/tsconfig.json | 7 - examples/inferencer-headless/package.json | 2 - examples/inferencer-mantine/cypress.config.ts | 15 -- .../inferencer-mantine/cypress/tsconfig.json | 7 - examples/inferencer-mantine/package.json | 2 - .../inferencer-material-ui/cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - examples/inferencer-material-ui/package.json | 2 - examples/invoicer/package.json | 2 - examples/loading-overtime/package.json | 3 - .../cypress.config.ts | 15 -- .../package.json | 3 - .../cypress.config.ts | 15 -- .../package.json | 3 - .../cypress.config.ts | 15 -- .../package.json | 3 - .../cypress.config.ts | 15 -- .../package.json | 3 - .../table-antd-advanced/cypress.config.ts | 15 -- .../table-antd-advanced/cypress/tsconfig.json | 7 - examples/table-antd-advanced/package.json | 3 - .../table-antd-table-filter/cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - examples/table-antd-table-filter/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../table-antd-use-delete-many/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../table-antd-use-table/cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - examples/table-antd-use-table/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../table-antd-use-update-many/package.json | 3 - .../cypress.config.ts | 15 -- .../table-chakra-ui-advanced/package.json | 3 - .../table-chakra-ui-basic/cypress.config.ts | 15 -- examples/table-chakra-ui-basic/package.json | 3 - examples/table-handson/cypress.config.ts | 15 -- examples/table-handson/package.json | 3 - .../table-mantine-advanced/cypress.config.ts | 15 -- examples/table-mantine-advanced/package.json | 3 - .../table-mantine-basic/cypress.config.ts | 15 -- examples/table-mantine-basic/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../table-material-ui-advanced/package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../package.json | 3 - .../cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - .../table-react-table-advanced/package.json | 3 - .../table-react-table-basic/cypress.config.ts | 15 -- .../cypress/tsconfig.json | 7 - examples/table-react-table-basic/package.json | 3 - .../with-nextjs-next-auth/cypress.config.ts | 15 -- examples/with-nextjs-next-auth/package.json | 2 - examples/with-nextjs/cypress.config.ts | 15 -- examples/with-nextjs/package.json | 2 - examples/with-remix-antd/cypress.config.ts | 15 -- examples/with-remix-antd/package.json | 3 - .../with-remix-headless/cypress.config.ts | 15 -- examples/with-remix-headless/package.json | 3 - .../with-remix-material-ui/cypress.config.ts | 15 -- examples/with-remix-material-ui/package.json | 3 - .../cypress.config.cts | 15 -- .../with-remix-vite-headless/package.json | 3 - nx.json | 1 - package.json | 2 + pnpm-lock.yaml | 232 +----------------- 292 files changed, 27 insertions(+), 1944 deletions(-) rename {examples/auth-antd => cypress}/cypress.config.ts (67%) rename {examples/auth-antd/cypress/e2e => cypress/e2e/auth-antd}/all.cy.ts (100%) rename {examples/auth-auth0/cypress/e2e => cypress/e2e/auth-auth0}/all.cy.ts (100%) rename {examples/auth-chakra-ui/cypress/e2e => cypress/e2e/auth-chakra-ui}/all.cy.ts (100%) rename {examples/auth-google-login/cypress/e2e => cypress/e2e/auth-google-login}/all.cy.ts (100%) rename {examples/auth-headless/cypress/e2e => cypress/e2e/auth-headless}/all.cy.ts (100%) rename {examples/auth-keycloak/cypress/e2e => cypress/e2e/auth-keycloak}/all.cy.ts (100%) rename {examples/auth-mantine/cypress/e2e => cypress/e2e/auth-mantine}/all.cy.ts (100%) rename {examples/auth-material-ui/cypress/e2e => cypress/e2e/auth-material-ui}/all.cy.ts (100%) rename {examples/base-antd/cypress/e2e => cypress/e2e/base-antd}/all.cy.ts (100%) rename {examples/base-chakra-ui/cypress/e2e => cypress/e2e/base-chakra-ui}/all.cy.ts (100%) rename {examples/base-mantine/cypress/e2e => cypress/e2e/base-mantine}/all.cy.ts (100%) rename {examples/base-material-ui/cypress/e2e => cypress/e2e/base-material-ui}/all.cy.ts (100%) rename {examples/data-provider-strapi-v4/cypress/e2e => cypress/e2e/data-provider-strapi-v4}/all.cy.ts (100%) rename {examples/data-provider-supabase/cypress/e2e => cypress/e2e/data-provider-supabase}/all.cy.ts (100%) rename {examples/form-antd-custom-validation/cypress/e2e => cypress/e2e/form-antd-custom-validation}/all.cy.ts (100%) rename {examples/form-antd-mutation-mode/cypress/e2e => cypress/e2e/form-antd-mutation-mode}/all.cy.ts (100%) rename {examples/form-antd-use-drawer-form/cypress/e2e => cypress/e2e/form-antd-use-drawer-form}/all.cy.ts (100%) rename {examples/form-antd-use-form/cypress/e2e => cypress/e2e/form-antd-use-form}/all.cy.ts (100%) rename {examples/form-antd-use-modal-form/cypress/e2e => cypress/e2e/form-antd-use-modal-form}/all.cy.ts (100%) rename {examples/form-antd-use-steps-form/cypress/e2e => cypress/e2e/form-antd-use-steps-form}/all.cy.ts (100%) rename {examples/form-chakra-ui-mutation-mode/cypress/e2e => cypress/e2e/form-chakra-ui-mutation-mode}/all.cy.ts (100%) rename {examples/form-chakra-ui-use-drawer-form/cypress/e2e => cypress/e2e/form-chakra-ui-use-drawer-form}/all.cy.ts (100%) rename {examples/form-chakra-ui-use-form/cypress/e2e => cypress/e2e/form-chakra-ui-use-form}/all.cy.ts (100%) rename {examples/form-chakra-use-modal-form/cypress/e2e => cypress/e2e/form-chakra-use-modal-form}/all.cy.ts (100%) rename {examples/form-core-use-form/cypress/e2e => cypress/e2e/form-core-use-form}/all.cy.ts (100%) rename {examples/form-mantine-mutation-mode/cypress/e2e => cypress/e2e/form-mantine-mutation-mode}/all.cy.ts (100%) rename {examples/form-mantine-use-drawer-form/cypress/e2e => cypress/e2e/form-mantine-use-drawer-form}/all.cy.ts (100%) rename {examples/form-mantine-use-form/cypress/e2e => cypress/e2e/form-mantine-use-form}/all.cy.ts (100%) rename {examples/form-mantine-use-modal-form/cypress/e2e => cypress/e2e/form-mantine-use-modal-form}/all.cy.ts (100%) rename {examples/form-mantine-use-steps-form/cypress/e2e => cypress/e2e/form-mantine-use-steps-form}/all.cy.ts (100%) rename {examples/form-material-ui-mutation-mode/cypress/e2e => cypress/e2e/form-material-ui-mutation-mode}/all.cy.ts (100%) rename {examples/form-material-ui-use-drawer-form/cypress/e2e => cypress/e2e/form-material-ui-use-drawer-form}/all.cy.ts (100%) rename {examples/form-material-ui-use-form/cypress/e2e => cypress/e2e/form-material-ui-use-form}/all.cy.ts (99%) rename {examples/form-material-ui-use-modal-form/cypress/e2e => cypress/e2e/form-material-ui-use-modal-form}/all.cy.ts (100%) rename {examples/form-material-ui-use-steps-form/cypress/e2e => cypress/e2e/form-material-ui-use-steps-form}/all.cy.ts (100%) rename {examples/form-react-hook-form-use-form/cypress/e2e => cypress/e2e/form-react-hook-form-use-form}/all.cy.ts (100%) rename {examples/form-react-hook-form-use-modal-form/cypress/e2e => cypress/e2e/form-react-hook-form-use-modal-form}/all.cy.ts (100%) rename {examples/form-react-hook-form-use-steps-form/cypress/e2e => cypress/e2e/form-react-hook-form-use-steps-form}/all.cy.ts (100%) rename {examples/form-save-and-continue/cypress/e2e => cypress/e2e/form-save-and-continue}/all.cy.ts (100%) rename {examples/inferencer-antd/cypress/e2e => cypress/e2e/inferencer-antd}/all.cy.ts (100%) rename {examples/inferencer-chakra-ui/cypress/e2e => cypress/e2e/inferencer-chakra-ui}/all.cy.ts (100%) rename {examples/inferencer-graphql-hasura/cypress/e2e => cypress/e2e/inferencer-graphql-hasura}/all.cy.ts (100%) rename {examples/inferencer-headless/cypress/e2e => cypress/e2e/inferencer-headless}/all.cy.ts (100%) rename {examples/inferencer-mantine/cypress/e2e => cypress/e2e/inferencer-mantine}/all.cy.ts (100%) rename {examples/inferencer-material-ui/cypress/e2e => cypress/e2e/inferencer-material-ui}/all.cy.ts (100%) rename {examples/server-side-form-validation-antd/cypress/e2e => cypress/e2e/server-side-form-validation-antd}/all.cy.ts (100%) rename {examples/server-side-form-validation-chakra-ui/cypress/e2e => cypress/e2e/server-side-form-validation-chakra-ui}/all.cy.ts (100%) rename {examples/server-side-form-validation-mantine/cypress/e2e => cypress/e2e/server-side-form-validation-mantine}/all.cy.ts (100%) rename {examples/server-side-form-validation-material-ui/cypress/e2e => cypress/e2e/server-side-form-validation-material-ui}/all.cy.ts (100%) rename {examples/table-antd-advanced/cypress/e2e => cypress/e2e/table-antd-advanced}/categories.cy.ts (100%) rename {examples/table-antd-advanced/cypress/e2e => cypress/e2e/table-antd-advanced}/posts.cy.ts (100%) rename {examples/table-antd-table-filter/cypress/e2e => cypress/e2e/table-antd-table-filter}/all.cy.ts (100%) rename {examples/table-antd-use-delete-many/cypress/e2e => cypress/e2e/table-antd-use-delete-many}/all.cy.ts (100%) rename {examples/table-antd-use-editable-table/cypress/e2e => cypress/e2e/table-antd-use-editable-table}/all.cy.ts (100%) rename {examples/table-antd-use-table/cypress/e2e => cypress/e2e/table-antd-use-table}/all.cy.ts (100%) rename {examples/table-antd-use-update-many/cypress/e2e => cypress/e2e/table-antd-use-update-many}/all.cy.ts (100%) rename {examples/table-chakra-ui-advanced/cypress/e2e => cypress/e2e/table-chakra-ui-advanced}/all.cy.ts (100%) rename {examples/table-chakra-ui-basic/cypress/e2e => cypress/e2e/table-chakra-ui-basic}/all.cy.ts (100%) rename {examples/table-handson/cypress/e2e => cypress/e2e/table-handson}/all.cy.ts (100%) rename {examples/table-mantine-advanced/cypress/e2e => cypress/e2e/table-mantine-advanced}/all.cy.ts (100%) rename {examples/table-mantine-basic/cypress/e2e => cypress/e2e/table-mantine-basic}/all.cy.ts (100%) rename {examples/table-material-ui-advanced/cypress/e2e => cypress/e2e/table-material-ui-advanced}/data-grid.cy.ts (100%) rename {examples/table-material-ui-advanced/cypress/e2e => cypress/e2e/table-material-ui-advanced}/react-table.cy.ts (100%) rename {examples/table-material-ui-cursor-pagination/cypress/e2e => cypress/e2e/table-material-ui-cursor-pagination}/all.cy.ts (100%) rename {examples/table-material-ui-data-grid-pro/cypress/e2e => cypress/e2e/table-material-ui-data-grid-pro}/all.cy.ts (100%) rename {examples/table-material-ui-table-filter/cypress/e2e => cypress/e2e/table-material-ui-table-filter}/all.cy.ts (100%) rename {examples/table-material-ui-use-data-grid/cypress/e2e => cypress/e2e/table-material-ui-use-data-grid}/all.cy.ts (100%) rename {examples/table-material-ui-use-delete-many/cypress/e2e => cypress/e2e/table-material-ui-use-delete-many}/all.cy.ts (100%) rename {examples/table-material-ui-use-update-many/cypress/e2e => cypress/e2e/table-material-ui-use-update-many}/all.cy.ts (100%) rename {examples/table-react-table-advanced/cypress/e2e => cypress/e2e/table-react-table-advanced}/all.cy.ts (100%) rename {examples/table-react-table-basic/cypress/e2e => cypress/e2e/table-react-table-basic}/all.cy.ts (100%) rename {examples/with-nextjs-next-auth/cypress/e2e => cypress/e2e/with-nextjs-next-auth}/all.cy.ts (100%) rename {examples/with-nextjs/cypress/e2e => cypress/e2e/with-nextjs}/all.cy.ts (100%) rename {examples/with-remix-antd/cypress/e2e => cypress/e2e/with-remix-antd}/all.cy.ts (100%) rename {examples/with-remix-headless/cypress/e2e => cypress/e2e/with-remix-headless}/all.cy.ts (100%) rename {examples/with-remix-material-ui/cypress/e2e => cypress/e2e/with-remix-material-ui}/all.cy.ts (100%) rename {examples/with-remix-vite-headless/cypress/e2e => cypress/e2e/with-remix-vite-headless}/all.cy.ts (100%) delete mode 100644 examples/auth-antd/cypress/tsconfig.json delete mode 100644 examples/auth-auth0/cypress.config.ts delete mode 100644 examples/auth-auth0/cypress/tsconfig.json delete mode 100644 examples/auth-chakra-ui/cypress.config.ts delete mode 100644 examples/auth-chakra-ui/cypress/tsconfig.json delete mode 100644 examples/auth-google-login/cypress.config.ts delete mode 100644 examples/auth-google-login/cypress/tsconfig.json delete mode 100644 examples/auth-headless/cypress.config.ts delete mode 100644 examples/auth-headless/cypress/tsconfig.json delete mode 100644 examples/auth-keycloak/cypress.config.ts delete mode 100644 examples/auth-keycloak/cypress/tsconfig.json delete mode 100644 examples/auth-mantine/cypress.config.ts delete mode 100644 examples/auth-mantine/cypress/tsconfig.json delete mode 100644 examples/auth-material-ui/cypress.config.ts delete mode 100644 examples/auth-material-ui/cypress/tsconfig.json delete mode 100644 examples/base-antd/cypress.config.ts delete mode 100644 examples/base-chakra-ui/cypress.config.ts delete mode 100644 examples/base-mantine/cypress.config.ts delete mode 100644 examples/base-material-ui/cypress.config.ts delete mode 100644 examples/base-material-ui/cypress/tsconfig.json delete mode 100644 examples/data-provider-strapi-v4/cypress.config.ts delete mode 100644 examples/data-provider-strapi-v4/cypress/tsconfig.json delete mode 100644 examples/data-provider-supabase/cypress.config.ts delete mode 100644 examples/data-provider-supabase/cypress/tsconfig.json delete mode 100644 examples/form-antd-custom-validation/cypress.config.ts delete mode 100644 examples/form-antd-custom-validation/cypress/tsconfig.json delete mode 100644 examples/form-antd-mutation-mode/cypress.config.ts delete mode 100644 examples/form-antd-mutation-mode/cypress/tsconfig.json delete mode 100644 examples/form-antd-use-drawer-form/cypress.config.ts delete mode 100644 examples/form-antd-use-drawer-form/cypress/tsconfig.json delete mode 100644 examples/form-antd-use-form/cypress.config.ts delete mode 100644 examples/form-antd-use-form/cypress/tsconfig.json delete mode 100644 examples/form-antd-use-modal-form/cypress.config.ts delete mode 100644 examples/form-antd-use-modal-form/cypress/tsconfig.json delete mode 100644 examples/form-antd-use-steps-form/cypress.config.ts delete mode 100644 examples/form-antd-use-steps-form/cypress/tsconfig.json delete mode 100644 examples/form-chakra-ui-mutation-mode/cypress.config.ts delete mode 100644 examples/form-chakra-ui-mutation-mode/cypress/tsconfig.json delete mode 100644 examples/form-chakra-ui-use-drawer-form/cypress.config.ts delete mode 100644 examples/form-chakra-ui-use-drawer-form/cypress/tsconfig.json delete mode 100644 examples/form-chakra-ui-use-form/cypress.config.ts delete mode 100644 examples/form-chakra-ui-use-form/cypress/tsconfig.json delete mode 100644 examples/form-chakra-use-modal-form/cypress.config.ts delete mode 100644 examples/form-chakra-use-modal-form/cypress/tsconfig.json delete mode 100644 examples/form-core-use-form/cypress.config.ts delete mode 100644 examples/form-mantine-mutation-mode/cypress.config.ts delete mode 100644 examples/form-mantine-mutation-mode/cypress/tsconfig.json delete mode 100644 examples/form-mantine-use-drawer-form/cypress.config.ts delete mode 100644 examples/form-mantine-use-drawer-form/cypress/tsconfig.json delete mode 100644 examples/form-mantine-use-form/cypress.config.ts delete mode 100644 examples/form-mantine-use-form/cypress/tsconfig.json delete mode 100644 examples/form-mantine-use-modal-form/cypress.config.ts delete mode 100644 examples/form-mantine-use-modal-form/cypress/tsconfig.json delete mode 100644 examples/form-mantine-use-steps-form/cypress.config.ts delete mode 100644 examples/form-mantine-use-steps-form/cypress/tsconfig.json delete mode 100644 examples/form-material-ui-mutation-mode/cypress.config.ts delete mode 100644 examples/form-material-ui-mutation-mode/cypress/tsconfig.json delete mode 100644 examples/form-material-ui-use-drawer-form/cypress.config.ts delete mode 100644 examples/form-material-ui-use-drawer-form/cypress/tsconfig.json delete mode 100644 examples/form-material-ui-use-form/cypress.config.ts delete mode 100644 examples/form-material-ui-use-form/cypress/tsconfig.json delete mode 100644 examples/form-material-ui-use-modal-form/cypress.config.ts delete mode 100644 examples/form-material-ui-use-modal-form/cypress/tsconfig.json delete mode 100644 examples/form-material-ui-use-steps-form/cypress.config.ts delete mode 100644 examples/form-material-ui-use-steps-form/cypress/tsconfig.json delete mode 100644 examples/form-react-hook-form-use-form/cypress.config.ts delete mode 100644 examples/form-react-hook-form-use-form/cypress/tsconfig.json delete mode 100644 examples/form-react-hook-form-use-modal-form/cypress.config.ts delete mode 100644 examples/form-react-hook-form-use-modal-form/cypress/tsconfig.json delete mode 100644 examples/form-react-hook-form-use-steps-form/cypress.config.ts delete mode 100644 examples/form-react-hook-form-use-steps-form/cypress/tsconfig.json delete mode 100644 examples/form-save-and-continue/cypress.config.ts delete mode 100644 examples/form-save-and-continue/cypress/tsconfig.json delete mode 100644 examples/inferencer-antd/cypress.config.ts delete mode 100644 examples/inferencer-antd/cypress/tsconfig.json delete mode 100644 examples/inferencer-chakra-ui/cypress.config.ts delete mode 100644 examples/inferencer-chakra-ui/cypress/tsconfig.json delete mode 100644 examples/inferencer-graphql-hasura/cypress.config.ts delete mode 100644 examples/inferencer-graphql-hasura/cypress/tsconfig.json delete mode 100644 examples/inferencer-headless/cypress.config.ts delete mode 100644 examples/inferencer-headless/cypress/tsconfig.json delete mode 100644 examples/inferencer-mantine/cypress.config.ts delete mode 100644 examples/inferencer-mantine/cypress/tsconfig.json delete mode 100644 examples/inferencer-material-ui/cypress.config.ts delete mode 100644 examples/inferencer-material-ui/cypress/tsconfig.json delete mode 100644 examples/server-side-form-validation-antd/cypress.config.ts delete mode 100644 examples/server-side-form-validation-chakra-ui/cypress.config.ts delete mode 100644 examples/server-side-form-validation-mantine/cypress.config.ts delete mode 100644 examples/server-side-form-validation-material-ui/cypress.config.ts delete mode 100644 examples/table-antd-advanced/cypress.config.ts delete mode 100644 examples/table-antd-advanced/cypress/tsconfig.json delete mode 100644 examples/table-antd-table-filter/cypress.config.ts delete mode 100644 examples/table-antd-table-filter/cypress/tsconfig.json delete mode 100644 examples/table-antd-use-delete-many/cypress.config.ts delete mode 100644 examples/table-antd-use-delete-many/cypress/tsconfig.json delete mode 100644 examples/table-antd-use-editable-table/cypress.config.ts delete mode 100644 examples/table-antd-use-editable-table/cypress/tsconfig.json delete mode 100644 examples/table-antd-use-table/cypress.config.ts delete mode 100644 examples/table-antd-use-table/cypress/tsconfig.json delete mode 100644 examples/table-antd-use-update-many/cypress.config.ts delete mode 100644 examples/table-antd-use-update-many/cypress/tsconfig.json delete mode 100644 examples/table-chakra-ui-advanced/cypress.config.ts delete mode 100644 examples/table-chakra-ui-basic/cypress.config.ts delete mode 100644 examples/table-handson/cypress.config.ts delete mode 100644 examples/table-mantine-advanced/cypress.config.ts delete mode 100644 examples/table-mantine-basic/cypress.config.ts delete mode 100644 examples/table-material-ui-advanced/cypress.config.ts delete mode 100644 examples/table-material-ui-advanced/cypress/tsconfig.json delete mode 100644 examples/table-material-ui-cursor-pagination/cypress.config.ts delete mode 100644 examples/table-material-ui-cursor-pagination/cypress/tsconfig.json delete mode 100644 examples/table-material-ui-data-grid-pro/cypress.config.ts delete mode 100644 examples/table-material-ui-data-grid-pro/cypress/tsconfig.json delete mode 100644 examples/table-material-ui-table-filter/cypress.config.ts delete mode 100644 examples/table-material-ui-table-filter/cypress/tsconfig.json delete mode 100644 examples/table-material-ui-use-data-grid/cypress.config.ts delete mode 100644 examples/table-material-ui-use-data-grid/cypress/tsconfig.json delete mode 100644 examples/table-material-ui-use-delete-many/cypress.config.ts delete mode 100644 examples/table-material-ui-use-delete-many/cypress/tsconfig.json delete mode 100644 examples/table-material-ui-use-update-many/cypress.config.ts delete mode 100644 examples/table-material-ui-use-update-many/cypress/tsconfig.json delete mode 100644 examples/table-react-table-advanced/cypress.config.ts delete mode 100644 examples/table-react-table-advanced/cypress/tsconfig.json delete mode 100644 examples/table-react-table-basic/cypress.config.ts delete mode 100644 examples/table-react-table-basic/cypress/tsconfig.json delete mode 100644 examples/with-nextjs-next-auth/cypress.config.ts delete mode 100644 examples/with-nextjs/cypress.config.ts delete mode 100644 examples/with-remix-antd/cypress.config.ts delete mode 100644 examples/with-remix-headless/cypress.config.ts delete mode 100644 examples/with-remix-material-ui/cypress.config.ts delete mode 100644 examples/with-remix-vite-headless/cypress.config.cts diff --git a/.github/workflows/scripts/e2e-examples.js b/.github/workflows/scripts/e2e-examples.js index d68ed5d87fd3..b85daffeb1bf 100755 --- a/.github/workflows/scripts/e2e-examples.js +++ b/.github/workflows/scripts/e2e-examples.js @@ -69,13 +69,6 @@ const getProjectInfo = (path) => { command = `pnpm build --scope ${projectName} && pnpm run --filter ${projectName} start:prod`; } - if ( - dependencies.includes("react-scripts") || - devDependencies.includes("react-scripts") - ) { - additionalParams = "--host 127.0.0.1"; - } - return { port, command, @@ -97,11 +90,10 @@ const prettyLog = (bg, ...args) => { const getProjectsWithE2E = () => { return EXAMPLES.split(",") .map((path) => { - const dir = pathJoin(EXAMPLES_DIR, path); - const isDirectory = fs.statSync(dir).isDirectory(); - const isConfigExists = fs.existsSync(pathJoin(dir, "cypress")); + const dir = pathJoin("./cypress/e2e", path); + const isDirectory = fs.existsSync(dir); - if (isDirectory && isConfigExists) { + if (isDirectory) { return path; } }) @@ -233,8 +225,8 @@ const runTests = async () => { try { if (!failed) { - const params = `-- --record --group ${path}`; - const runner = `pnpm lerna run cypress:run --scope ${path} ${params}`; + const params = `--record --group ${path}`; + const runner = `pnpm cypress:run --spec cypress/e2e/${path} ${params}`; prettyLog("blue", `Running tests for ${path}`); diff --git a/examples/auth-antd/cypress.config.ts b/cypress/cypress.config.ts similarity index 67% rename from examples/auth-antd/cypress.config.ts rename to cypress/cypress.config.ts index ba64d625c403..d95d53a0e4b3 100644 --- a/examples/auth-antd/cypress.config.ts +++ b/cypress/cypress.config.ts @@ -2,14 +2,17 @@ import { defineConfig } from "cypress"; export default defineConfig({ projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", + retries: { + runMode: 3, }, chromeWebSecurity: false, experimentalMemoryManagement: true, numTestsKeptInMemory: 1, viewportWidth: 1920, viewportHeight: 1080, + e2e: { + setupNodeEvents(on, config) { + // implement node event listeners here + }, + }, }); diff --git a/examples/auth-antd/cypress/e2e/all.cy.ts b/cypress/e2e/auth-antd/all.cy.ts similarity index 100% rename from examples/auth-antd/cypress/e2e/all.cy.ts rename to cypress/e2e/auth-antd/all.cy.ts diff --git a/examples/auth-auth0/cypress/e2e/all.cy.ts b/cypress/e2e/auth-auth0/all.cy.ts similarity index 100% rename from examples/auth-auth0/cypress/e2e/all.cy.ts rename to cypress/e2e/auth-auth0/all.cy.ts diff --git a/examples/auth-chakra-ui/cypress/e2e/all.cy.ts b/cypress/e2e/auth-chakra-ui/all.cy.ts similarity index 100% rename from examples/auth-chakra-ui/cypress/e2e/all.cy.ts rename to cypress/e2e/auth-chakra-ui/all.cy.ts diff --git a/examples/auth-google-login/cypress/e2e/all.cy.ts b/cypress/e2e/auth-google-login/all.cy.ts similarity index 100% rename from examples/auth-google-login/cypress/e2e/all.cy.ts rename to cypress/e2e/auth-google-login/all.cy.ts diff --git a/examples/auth-headless/cypress/e2e/all.cy.ts b/cypress/e2e/auth-headless/all.cy.ts similarity index 100% rename from examples/auth-headless/cypress/e2e/all.cy.ts rename to cypress/e2e/auth-headless/all.cy.ts diff --git a/examples/auth-keycloak/cypress/e2e/all.cy.ts b/cypress/e2e/auth-keycloak/all.cy.ts similarity index 100% rename from examples/auth-keycloak/cypress/e2e/all.cy.ts rename to cypress/e2e/auth-keycloak/all.cy.ts diff --git a/examples/auth-mantine/cypress/e2e/all.cy.ts b/cypress/e2e/auth-mantine/all.cy.ts similarity index 100% rename from examples/auth-mantine/cypress/e2e/all.cy.ts rename to cypress/e2e/auth-mantine/all.cy.ts diff --git a/examples/auth-material-ui/cypress/e2e/all.cy.ts b/cypress/e2e/auth-material-ui/all.cy.ts similarity index 100% rename from examples/auth-material-ui/cypress/e2e/all.cy.ts rename to cypress/e2e/auth-material-ui/all.cy.ts diff --git a/examples/base-antd/cypress/e2e/all.cy.ts b/cypress/e2e/base-antd/all.cy.ts similarity index 100% rename from examples/base-antd/cypress/e2e/all.cy.ts rename to cypress/e2e/base-antd/all.cy.ts diff --git a/examples/base-chakra-ui/cypress/e2e/all.cy.ts b/cypress/e2e/base-chakra-ui/all.cy.ts similarity index 100% rename from examples/base-chakra-ui/cypress/e2e/all.cy.ts rename to cypress/e2e/base-chakra-ui/all.cy.ts diff --git a/examples/base-mantine/cypress/e2e/all.cy.ts b/cypress/e2e/base-mantine/all.cy.ts similarity index 100% rename from examples/base-mantine/cypress/e2e/all.cy.ts rename to cypress/e2e/base-mantine/all.cy.ts diff --git a/examples/base-material-ui/cypress/e2e/all.cy.ts b/cypress/e2e/base-material-ui/all.cy.ts similarity index 100% rename from examples/base-material-ui/cypress/e2e/all.cy.ts rename to cypress/e2e/base-material-ui/all.cy.ts diff --git a/examples/data-provider-strapi-v4/cypress/e2e/all.cy.ts b/cypress/e2e/data-provider-strapi-v4/all.cy.ts similarity index 100% rename from examples/data-provider-strapi-v4/cypress/e2e/all.cy.ts rename to cypress/e2e/data-provider-strapi-v4/all.cy.ts diff --git a/examples/data-provider-supabase/cypress/e2e/all.cy.ts b/cypress/e2e/data-provider-supabase/all.cy.ts similarity index 100% rename from examples/data-provider-supabase/cypress/e2e/all.cy.ts rename to cypress/e2e/data-provider-supabase/all.cy.ts diff --git a/examples/form-antd-custom-validation/cypress/e2e/all.cy.ts b/cypress/e2e/form-antd-custom-validation/all.cy.ts similarity index 100% rename from examples/form-antd-custom-validation/cypress/e2e/all.cy.ts rename to cypress/e2e/form-antd-custom-validation/all.cy.ts diff --git a/examples/form-antd-mutation-mode/cypress/e2e/all.cy.ts b/cypress/e2e/form-antd-mutation-mode/all.cy.ts similarity index 100% rename from examples/form-antd-mutation-mode/cypress/e2e/all.cy.ts rename to cypress/e2e/form-antd-mutation-mode/all.cy.ts diff --git a/examples/form-antd-use-drawer-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-antd-use-drawer-form/all.cy.ts similarity index 100% rename from examples/form-antd-use-drawer-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-antd-use-drawer-form/all.cy.ts diff --git a/examples/form-antd-use-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-antd-use-form/all.cy.ts similarity index 100% rename from examples/form-antd-use-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-antd-use-form/all.cy.ts diff --git a/examples/form-antd-use-modal-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-antd-use-modal-form/all.cy.ts similarity index 100% rename from examples/form-antd-use-modal-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-antd-use-modal-form/all.cy.ts diff --git a/examples/form-antd-use-steps-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-antd-use-steps-form/all.cy.ts similarity index 100% rename from examples/form-antd-use-steps-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-antd-use-steps-form/all.cy.ts diff --git a/examples/form-chakra-ui-mutation-mode/cypress/e2e/all.cy.ts b/cypress/e2e/form-chakra-ui-mutation-mode/all.cy.ts similarity index 100% rename from examples/form-chakra-ui-mutation-mode/cypress/e2e/all.cy.ts rename to cypress/e2e/form-chakra-ui-mutation-mode/all.cy.ts diff --git a/examples/form-chakra-ui-use-drawer-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-chakra-ui-use-drawer-form/all.cy.ts similarity index 100% rename from examples/form-chakra-ui-use-drawer-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-chakra-ui-use-drawer-form/all.cy.ts diff --git a/examples/form-chakra-ui-use-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-chakra-ui-use-form/all.cy.ts similarity index 100% rename from examples/form-chakra-ui-use-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-chakra-ui-use-form/all.cy.ts diff --git a/examples/form-chakra-use-modal-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-chakra-use-modal-form/all.cy.ts similarity index 100% rename from examples/form-chakra-use-modal-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-chakra-use-modal-form/all.cy.ts diff --git a/examples/form-core-use-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-core-use-form/all.cy.ts similarity index 100% rename from examples/form-core-use-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-core-use-form/all.cy.ts diff --git a/examples/form-mantine-mutation-mode/cypress/e2e/all.cy.ts b/cypress/e2e/form-mantine-mutation-mode/all.cy.ts similarity index 100% rename from examples/form-mantine-mutation-mode/cypress/e2e/all.cy.ts rename to cypress/e2e/form-mantine-mutation-mode/all.cy.ts diff --git a/examples/form-mantine-use-drawer-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-mantine-use-drawer-form/all.cy.ts similarity index 100% rename from examples/form-mantine-use-drawer-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-mantine-use-drawer-form/all.cy.ts diff --git a/examples/form-mantine-use-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-mantine-use-form/all.cy.ts similarity index 100% rename from examples/form-mantine-use-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-mantine-use-form/all.cy.ts diff --git a/examples/form-mantine-use-modal-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-mantine-use-modal-form/all.cy.ts similarity index 100% rename from examples/form-mantine-use-modal-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-mantine-use-modal-form/all.cy.ts diff --git a/examples/form-mantine-use-steps-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-mantine-use-steps-form/all.cy.ts similarity index 100% rename from examples/form-mantine-use-steps-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-mantine-use-steps-form/all.cy.ts diff --git a/examples/form-material-ui-mutation-mode/cypress/e2e/all.cy.ts b/cypress/e2e/form-material-ui-mutation-mode/all.cy.ts similarity index 100% rename from examples/form-material-ui-mutation-mode/cypress/e2e/all.cy.ts rename to cypress/e2e/form-material-ui-mutation-mode/all.cy.ts diff --git a/examples/form-material-ui-use-drawer-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-material-ui-use-drawer-form/all.cy.ts similarity index 100% rename from examples/form-material-ui-use-drawer-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-material-ui-use-drawer-form/all.cy.ts diff --git a/examples/form-material-ui-use-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-material-ui-use-form/all.cy.ts similarity index 99% rename from examples/form-material-ui-use-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-material-ui-use-form/all.cy.ts index 9063bb7648dd..5224dab7b330 100644 --- a/examples/form-material-ui-use-form/cypress/e2e/all.cy.ts +++ b/cypress/e2e/form-material-ui-use-form/all.cy.ts @@ -73,6 +73,7 @@ describe("form-material-ui-use-form", () => { cy.get("#content").should("not.have.value", "").clear(); cy.get("#status").should("not.have.value", "").clear({ force: true }); cy.get("#category").should("not.have.value", "").clear({ force: true }); + cy.get("#category").blur(); submitForm(); diff --git a/examples/form-material-ui-use-modal-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-material-ui-use-modal-form/all.cy.ts similarity index 100% rename from examples/form-material-ui-use-modal-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-material-ui-use-modal-form/all.cy.ts diff --git a/examples/form-material-ui-use-steps-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-material-ui-use-steps-form/all.cy.ts similarity index 100% rename from examples/form-material-ui-use-steps-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-material-ui-use-steps-form/all.cy.ts diff --git a/examples/form-react-hook-form-use-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-react-hook-form-use-form/all.cy.ts similarity index 100% rename from examples/form-react-hook-form-use-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-react-hook-form-use-form/all.cy.ts diff --git a/examples/form-react-hook-form-use-modal-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-react-hook-form-use-modal-form/all.cy.ts similarity index 100% rename from examples/form-react-hook-form-use-modal-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-react-hook-form-use-modal-form/all.cy.ts diff --git a/examples/form-react-hook-form-use-steps-form/cypress/e2e/all.cy.ts b/cypress/e2e/form-react-hook-form-use-steps-form/all.cy.ts similarity index 100% rename from examples/form-react-hook-form-use-steps-form/cypress/e2e/all.cy.ts rename to cypress/e2e/form-react-hook-form-use-steps-form/all.cy.ts diff --git a/examples/form-save-and-continue/cypress/e2e/all.cy.ts b/cypress/e2e/form-save-and-continue/all.cy.ts similarity index 100% rename from examples/form-save-and-continue/cypress/e2e/all.cy.ts rename to cypress/e2e/form-save-and-continue/all.cy.ts diff --git a/examples/inferencer-antd/cypress/e2e/all.cy.ts b/cypress/e2e/inferencer-antd/all.cy.ts similarity index 100% rename from examples/inferencer-antd/cypress/e2e/all.cy.ts rename to cypress/e2e/inferencer-antd/all.cy.ts diff --git a/examples/inferencer-chakra-ui/cypress/e2e/all.cy.ts b/cypress/e2e/inferencer-chakra-ui/all.cy.ts similarity index 100% rename from examples/inferencer-chakra-ui/cypress/e2e/all.cy.ts rename to cypress/e2e/inferencer-chakra-ui/all.cy.ts diff --git a/examples/inferencer-graphql-hasura/cypress/e2e/all.cy.ts b/cypress/e2e/inferencer-graphql-hasura/all.cy.ts similarity index 100% rename from examples/inferencer-graphql-hasura/cypress/e2e/all.cy.ts rename to cypress/e2e/inferencer-graphql-hasura/all.cy.ts diff --git a/examples/inferencer-headless/cypress/e2e/all.cy.ts b/cypress/e2e/inferencer-headless/all.cy.ts similarity index 100% rename from examples/inferencer-headless/cypress/e2e/all.cy.ts rename to cypress/e2e/inferencer-headless/all.cy.ts diff --git a/examples/inferencer-mantine/cypress/e2e/all.cy.ts b/cypress/e2e/inferencer-mantine/all.cy.ts similarity index 100% rename from examples/inferencer-mantine/cypress/e2e/all.cy.ts rename to cypress/e2e/inferencer-mantine/all.cy.ts diff --git a/examples/inferencer-material-ui/cypress/e2e/all.cy.ts b/cypress/e2e/inferencer-material-ui/all.cy.ts similarity index 100% rename from examples/inferencer-material-ui/cypress/e2e/all.cy.ts rename to cypress/e2e/inferencer-material-ui/all.cy.ts diff --git a/examples/server-side-form-validation-antd/cypress/e2e/all.cy.ts b/cypress/e2e/server-side-form-validation-antd/all.cy.ts similarity index 100% rename from examples/server-side-form-validation-antd/cypress/e2e/all.cy.ts rename to cypress/e2e/server-side-form-validation-antd/all.cy.ts diff --git a/examples/server-side-form-validation-chakra-ui/cypress/e2e/all.cy.ts b/cypress/e2e/server-side-form-validation-chakra-ui/all.cy.ts similarity index 100% rename from examples/server-side-form-validation-chakra-ui/cypress/e2e/all.cy.ts rename to cypress/e2e/server-side-form-validation-chakra-ui/all.cy.ts diff --git a/examples/server-side-form-validation-mantine/cypress/e2e/all.cy.ts b/cypress/e2e/server-side-form-validation-mantine/all.cy.ts similarity index 100% rename from examples/server-side-form-validation-mantine/cypress/e2e/all.cy.ts rename to cypress/e2e/server-side-form-validation-mantine/all.cy.ts diff --git a/examples/server-side-form-validation-material-ui/cypress/e2e/all.cy.ts b/cypress/e2e/server-side-form-validation-material-ui/all.cy.ts similarity index 100% rename from examples/server-side-form-validation-material-ui/cypress/e2e/all.cy.ts rename to cypress/e2e/server-side-form-validation-material-ui/all.cy.ts diff --git a/examples/table-antd-advanced/cypress/e2e/categories.cy.ts b/cypress/e2e/table-antd-advanced/categories.cy.ts similarity index 100% rename from examples/table-antd-advanced/cypress/e2e/categories.cy.ts rename to cypress/e2e/table-antd-advanced/categories.cy.ts diff --git a/examples/table-antd-advanced/cypress/e2e/posts.cy.ts b/cypress/e2e/table-antd-advanced/posts.cy.ts similarity index 100% rename from examples/table-antd-advanced/cypress/e2e/posts.cy.ts rename to cypress/e2e/table-antd-advanced/posts.cy.ts diff --git a/examples/table-antd-table-filter/cypress/e2e/all.cy.ts b/cypress/e2e/table-antd-table-filter/all.cy.ts similarity index 100% rename from examples/table-antd-table-filter/cypress/e2e/all.cy.ts rename to cypress/e2e/table-antd-table-filter/all.cy.ts diff --git a/examples/table-antd-use-delete-many/cypress/e2e/all.cy.ts b/cypress/e2e/table-antd-use-delete-many/all.cy.ts similarity index 100% rename from examples/table-antd-use-delete-many/cypress/e2e/all.cy.ts rename to cypress/e2e/table-antd-use-delete-many/all.cy.ts diff --git a/examples/table-antd-use-editable-table/cypress/e2e/all.cy.ts b/cypress/e2e/table-antd-use-editable-table/all.cy.ts similarity index 100% rename from examples/table-antd-use-editable-table/cypress/e2e/all.cy.ts rename to cypress/e2e/table-antd-use-editable-table/all.cy.ts diff --git a/examples/table-antd-use-table/cypress/e2e/all.cy.ts b/cypress/e2e/table-antd-use-table/all.cy.ts similarity index 100% rename from examples/table-antd-use-table/cypress/e2e/all.cy.ts rename to cypress/e2e/table-antd-use-table/all.cy.ts diff --git a/examples/table-antd-use-update-many/cypress/e2e/all.cy.ts b/cypress/e2e/table-antd-use-update-many/all.cy.ts similarity index 100% rename from examples/table-antd-use-update-many/cypress/e2e/all.cy.ts rename to cypress/e2e/table-antd-use-update-many/all.cy.ts diff --git a/examples/table-chakra-ui-advanced/cypress/e2e/all.cy.ts b/cypress/e2e/table-chakra-ui-advanced/all.cy.ts similarity index 100% rename from examples/table-chakra-ui-advanced/cypress/e2e/all.cy.ts rename to cypress/e2e/table-chakra-ui-advanced/all.cy.ts diff --git a/examples/table-chakra-ui-basic/cypress/e2e/all.cy.ts b/cypress/e2e/table-chakra-ui-basic/all.cy.ts similarity index 100% rename from examples/table-chakra-ui-basic/cypress/e2e/all.cy.ts rename to cypress/e2e/table-chakra-ui-basic/all.cy.ts diff --git a/examples/table-handson/cypress/e2e/all.cy.ts b/cypress/e2e/table-handson/all.cy.ts similarity index 100% rename from examples/table-handson/cypress/e2e/all.cy.ts rename to cypress/e2e/table-handson/all.cy.ts diff --git a/examples/table-mantine-advanced/cypress/e2e/all.cy.ts b/cypress/e2e/table-mantine-advanced/all.cy.ts similarity index 100% rename from examples/table-mantine-advanced/cypress/e2e/all.cy.ts rename to cypress/e2e/table-mantine-advanced/all.cy.ts diff --git a/examples/table-mantine-basic/cypress/e2e/all.cy.ts b/cypress/e2e/table-mantine-basic/all.cy.ts similarity index 100% rename from examples/table-mantine-basic/cypress/e2e/all.cy.ts rename to cypress/e2e/table-mantine-basic/all.cy.ts diff --git a/examples/table-material-ui-advanced/cypress/e2e/data-grid.cy.ts b/cypress/e2e/table-material-ui-advanced/data-grid.cy.ts similarity index 100% rename from examples/table-material-ui-advanced/cypress/e2e/data-grid.cy.ts rename to cypress/e2e/table-material-ui-advanced/data-grid.cy.ts diff --git a/examples/table-material-ui-advanced/cypress/e2e/react-table.cy.ts b/cypress/e2e/table-material-ui-advanced/react-table.cy.ts similarity index 100% rename from examples/table-material-ui-advanced/cypress/e2e/react-table.cy.ts rename to cypress/e2e/table-material-ui-advanced/react-table.cy.ts diff --git a/examples/table-material-ui-cursor-pagination/cypress/e2e/all.cy.ts b/cypress/e2e/table-material-ui-cursor-pagination/all.cy.ts similarity index 100% rename from examples/table-material-ui-cursor-pagination/cypress/e2e/all.cy.ts rename to cypress/e2e/table-material-ui-cursor-pagination/all.cy.ts diff --git a/examples/table-material-ui-data-grid-pro/cypress/e2e/all.cy.ts b/cypress/e2e/table-material-ui-data-grid-pro/all.cy.ts similarity index 100% rename from examples/table-material-ui-data-grid-pro/cypress/e2e/all.cy.ts rename to cypress/e2e/table-material-ui-data-grid-pro/all.cy.ts diff --git a/examples/table-material-ui-table-filter/cypress/e2e/all.cy.ts b/cypress/e2e/table-material-ui-table-filter/all.cy.ts similarity index 100% rename from examples/table-material-ui-table-filter/cypress/e2e/all.cy.ts rename to cypress/e2e/table-material-ui-table-filter/all.cy.ts diff --git a/examples/table-material-ui-use-data-grid/cypress/e2e/all.cy.ts b/cypress/e2e/table-material-ui-use-data-grid/all.cy.ts similarity index 100% rename from examples/table-material-ui-use-data-grid/cypress/e2e/all.cy.ts rename to cypress/e2e/table-material-ui-use-data-grid/all.cy.ts diff --git a/examples/table-material-ui-use-delete-many/cypress/e2e/all.cy.ts b/cypress/e2e/table-material-ui-use-delete-many/all.cy.ts similarity index 100% rename from examples/table-material-ui-use-delete-many/cypress/e2e/all.cy.ts rename to cypress/e2e/table-material-ui-use-delete-many/all.cy.ts diff --git a/examples/table-material-ui-use-update-many/cypress/e2e/all.cy.ts b/cypress/e2e/table-material-ui-use-update-many/all.cy.ts similarity index 100% rename from examples/table-material-ui-use-update-many/cypress/e2e/all.cy.ts rename to cypress/e2e/table-material-ui-use-update-many/all.cy.ts diff --git a/examples/table-react-table-advanced/cypress/e2e/all.cy.ts b/cypress/e2e/table-react-table-advanced/all.cy.ts similarity index 100% rename from examples/table-react-table-advanced/cypress/e2e/all.cy.ts rename to cypress/e2e/table-react-table-advanced/all.cy.ts diff --git a/examples/table-react-table-basic/cypress/e2e/all.cy.ts b/cypress/e2e/table-react-table-basic/all.cy.ts similarity index 100% rename from examples/table-react-table-basic/cypress/e2e/all.cy.ts rename to cypress/e2e/table-react-table-basic/all.cy.ts diff --git a/examples/with-nextjs-next-auth/cypress/e2e/all.cy.ts b/cypress/e2e/with-nextjs-next-auth/all.cy.ts similarity index 100% rename from examples/with-nextjs-next-auth/cypress/e2e/all.cy.ts rename to cypress/e2e/with-nextjs-next-auth/all.cy.ts diff --git a/examples/with-nextjs/cypress/e2e/all.cy.ts b/cypress/e2e/with-nextjs/all.cy.ts similarity index 100% rename from examples/with-nextjs/cypress/e2e/all.cy.ts rename to cypress/e2e/with-nextjs/all.cy.ts diff --git a/examples/with-remix-antd/cypress/e2e/all.cy.ts b/cypress/e2e/with-remix-antd/all.cy.ts similarity index 100% rename from examples/with-remix-antd/cypress/e2e/all.cy.ts rename to cypress/e2e/with-remix-antd/all.cy.ts diff --git a/examples/with-remix-headless/cypress/e2e/all.cy.ts b/cypress/e2e/with-remix-headless/all.cy.ts similarity index 100% rename from examples/with-remix-headless/cypress/e2e/all.cy.ts rename to cypress/e2e/with-remix-headless/all.cy.ts diff --git a/examples/with-remix-material-ui/cypress/e2e/all.cy.ts b/cypress/e2e/with-remix-material-ui/all.cy.ts similarity index 100% rename from examples/with-remix-material-ui/cypress/e2e/all.cy.ts rename to cypress/e2e/with-remix-material-ui/all.cy.ts diff --git a/examples/with-remix-vite-headless/cypress/e2e/all.cy.ts b/cypress/e2e/with-remix-vite-headless/all.cy.ts similarity index 100% rename from examples/with-remix-vite-headless/cypress/e2e/all.cy.ts rename to cypress/e2e/with-remix-vite-headless/all.cy.ts diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index 8ac8fa6937a4..82434875f556 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["../**/cypress/**/*.ts", "../**/cypress.config.ts"], + "include": ["./**/*.ts", "cypress.config.ts"], "compilerOptions": { "resolveJsonModule": true, "esModuleInterop": false, diff --git a/examples/app-crm/package.json b/examples/app-crm/package.json index 4effc596e9ba..3b4c07deb690 100644 --- a/examples/app-crm/package.json +++ b/examples/app-crm/package.json @@ -69,7 +69,6 @@ "@typescript-eslint/parser": "5.48.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.1", - "cypress": "^13.6.3", "eslint": "^8.24.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.29.1", diff --git a/examples/auth-antd/cypress/tsconfig.json b/examples/auth-antd/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/auth-antd/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/auth-antd/package.json b/examples/auth-antd/package.json index af2e44704bf5..017c8bb5a7e9 100644 --- a/examples/auth-antd/package.json +++ b/examples/auth-antd/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -41,7 +39,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/auth-auth0/cypress.config.ts b/examples/auth-auth0/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/auth-auth0/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/auth-auth0/cypress/tsconfig.json b/examples/auth-auth0/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/auth-auth0/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/auth-auth0/package.json b/examples/auth-auth0/package.json index 191d00a5d205..c872423d195c 100644 --- a/examples/auth-auth0/package.json +++ b/examples/auth-auth0/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -42,7 +40,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/auth-chakra-ui/cypress.config.ts b/examples/auth-chakra-ui/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/auth-chakra-ui/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/auth-chakra-ui/cypress/tsconfig.json b/examples/auth-chakra-ui/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/auth-chakra-ui/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/auth-chakra-ui/package.json b/examples/auth-chakra-ui/package.json index 30a49676cc9a..8d1486c15b94 100644 --- a/examples/auth-chakra-ui/package.json +++ b/examples/auth-chakra-ui/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -30,7 +28,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/auth-google-login/cypress.config.ts b/examples/auth-google-login/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/auth-google-login/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/auth-google-login/cypress/tsconfig.json b/examples/auth-google-login/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/auth-google-login/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/auth-google-login/package.json b/examples/auth-google-login/package.json index f32d5268539e..d2bb8723843f 100644 --- a/examples/auth-google-login/package.json +++ b/examples/auth-google-login/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -41,7 +39,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/auth-headless/cypress.config.ts b/examples/auth-headless/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/auth-headless/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/auth-headless/cypress/tsconfig.json b/examples/auth-headless/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/auth-headless/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/auth-headless/package.json b/examples/auth-headless/package.json index ea5edafda70f..0b43b42f441c 100644 --- a/examples/auth-headless/package.json +++ b/examples/auth-headless/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -27,7 +25,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/auth-keycloak/cypress.config.ts b/examples/auth-keycloak/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/auth-keycloak/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/auth-keycloak/cypress/tsconfig.json b/examples/auth-keycloak/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/auth-keycloak/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/auth-keycloak/package.json b/examples/auth-keycloak/package.json index c4e40b6a76ec..e3376a912a84 100644 --- a/examples/auth-keycloak/package.json +++ b/examples/auth-keycloak/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -43,7 +41,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/auth-mantine/cypress.config.ts b/examples/auth-mantine/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/auth-mantine/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/auth-mantine/cypress/tsconfig.json b/examples/auth-mantine/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/auth-mantine/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/auth-mantine/package.json b/examples/auth-mantine/package.json index 4fa8b377c55d..4b8e2304da86 100644 --- a/examples/auth-mantine/package.json +++ b/examples/auth-mantine/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -34,7 +32,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/auth-material-ui/cypress.config.ts b/examples/auth-material-ui/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/auth-material-ui/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/auth-material-ui/cypress/tsconfig.json b/examples/auth-material-ui/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/auth-material-ui/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/auth-material-ui/package.json b/examples/auth-material-ui/package.json index 67998962db31..c6cb334b82d0 100644 --- a/examples/auth-material-ui/package.json +++ b/examples/auth-material-ui/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -44,7 +42,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/base-antd/cypress.config.ts b/examples/base-antd/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/base-antd/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/base-antd/package.json b/examples/base-antd/package.json index 581c289adfda..1602e6153362 100644 --- a/examples/base-antd/package.json +++ b/examples/base-antd/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -41,7 +39,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/base-chakra-ui/cypress.config.ts b/examples/base-chakra-ui/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/base-chakra-ui/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/base-chakra-ui/package.json b/examples/base-chakra-ui/package.json index 6781ccd6bbcd..209b89ba72c6 100644 --- a/examples/base-chakra-ui/package.json +++ b/examples/base-chakra-ui/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -30,7 +28,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/base-mantine/cypress.config.ts b/examples/base-mantine/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/base-mantine/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/base-mantine/package.json b/examples/base-mantine/package.json index 6b8e711192d2..9ce881327715 100644 --- a/examples/base-mantine/package.json +++ b/examples/base-mantine/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -34,7 +32,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/base-material-ui/cypress.config.ts b/examples/base-material-ui/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/base-material-ui/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/base-material-ui/cypress/tsconfig.json b/examples/base-material-ui/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/base-material-ui/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/base-material-ui/package.json b/examples/base-material-ui/package.json index 604b9dafcf3f..30c6ba5f3ff1 100644 --- a/examples/base-material-ui/package.json +++ b/examples/base-material-ui/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -46,7 +44,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/data-provider-sanity/package.json b/examples/data-provider-sanity/package.json index 644d95f22ee8..e7a15f4f7ec1 100644 --- a/examples/data-provider-sanity/package.json +++ b/examples/data-provider-sanity/package.json @@ -41,7 +41,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/data-provider-strapi-v4/cypress.config.ts b/examples/data-provider-strapi-v4/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/data-provider-strapi-v4/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/data-provider-strapi-v4/cypress/tsconfig.json b/examples/data-provider-strapi-v4/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/data-provider-strapi-v4/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/data-provider-strapi-v4/package.json b/examples/data-provider-strapi-v4/package.json index 33c80a8da82f..101673f46560 100644 --- a/examples/data-provider-strapi-v4/package.json +++ b/examples/data-provider-strapi-v4/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -42,7 +40,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/data-provider-supabase/cypress.config.ts b/examples/data-provider-supabase/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/data-provider-supabase/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/data-provider-supabase/cypress/tsconfig.json b/examples/data-provider-supabase/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/data-provider-supabase/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/data-provider-supabase/package.json b/examples/data-provider-supabase/package.json index 01ab0e2c00db..16cd87b85ba2 100644 --- a/examples/data-provider-supabase/package.json +++ b/examples/data-provider-supabase/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -41,7 +39,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-antd-custom-validation/cypress.config.ts b/examples/form-antd-custom-validation/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-antd-custom-validation/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-antd-custom-validation/cypress/tsconfig.json b/examples/form-antd-custom-validation/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-antd-custom-validation/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-antd-custom-validation/package.json b/examples/form-antd-custom-validation/package.json index 23ba65642738..5256ef6131ce 100644 --- a/examples/form-antd-custom-validation/package.json +++ b/examples/form-antd-custom-validation/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-antd-mutation-mode/cypress.config.ts b/examples/form-antd-mutation-mode/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-antd-mutation-mode/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-antd-mutation-mode/cypress/tsconfig.json b/examples/form-antd-mutation-mode/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-antd-mutation-mode/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-antd-mutation-mode/package.json b/examples/form-antd-mutation-mode/package.json index c1f5a0e155b9..1d6626598881 100644 --- a/examples/form-antd-mutation-mode/package.json +++ b/examples/form-antd-mutation-mode/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-antd-use-drawer-form/cypress.config.ts b/examples/form-antd-use-drawer-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-antd-use-drawer-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-antd-use-drawer-form/cypress/tsconfig.json b/examples/form-antd-use-drawer-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-antd-use-drawer-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-antd-use-drawer-form/package.json b/examples/form-antd-use-drawer-form/package.json index 58b3dc4f4b43..6b50babefb62 100644 --- a/examples/form-antd-use-drawer-form/package.json +++ b/examples/form-antd-use-drawer-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -39,7 +37,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-antd-use-form/cypress.config.ts b/examples/form-antd-use-form/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-antd-use-form/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-antd-use-form/cypress/tsconfig.json b/examples/form-antd-use-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-antd-use-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-antd-use-form/package.json b/examples/form-antd-use-form/package.json index eef33b3ab5e1..1088fc212703 100644 --- a/examples/form-antd-use-form/package.json +++ b/examples/form-antd-use-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-antd-use-modal-form/cypress.config.ts b/examples/form-antd-use-modal-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-antd-use-modal-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-antd-use-modal-form/cypress/tsconfig.json b/examples/form-antd-use-modal-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-antd-use-modal-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-antd-use-modal-form/package.json b/examples/form-antd-use-modal-form/package.json index bd2f9cd61fdc..18917a279d58 100644 --- a/examples/form-antd-use-modal-form/package.json +++ b/examples/form-antd-use-modal-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -39,7 +37,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-antd-use-steps-form/cypress.config.ts b/examples/form-antd-use-steps-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-antd-use-steps-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-antd-use-steps-form/cypress/tsconfig.json b/examples/form-antd-use-steps-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-antd-use-steps-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-antd-use-steps-form/package.json b/examples/form-antd-use-steps-form/package.json index 9b21cc3e2894..8d02a89c9fba 100644 --- a/examples/form-antd-use-steps-form/package.json +++ b/examples/form-antd-use-steps-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-chakra-ui-mutation-mode/cypress.config.ts b/examples/form-chakra-ui-mutation-mode/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-chakra-ui-mutation-mode/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-chakra-ui-mutation-mode/cypress/tsconfig.json b/examples/form-chakra-ui-mutation-mode/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-chakra-ui-mutation-mode/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-chakra-ui-mutation-mode/package.json b/examples/form-chakra-ui-mutation-mode/package.json index 2daeba8aa7c5..6dac057451b5 100644 --- a/examples/form-chakra-ui-mutation-mode/package.json +++ b/examples/form-chakra-ui-mutation-mode/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -30,7 +28,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-chakra-ui-use-drawer-form/cypress.config.ts b/examples/form-chakra-ui-use-drawer-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-chakra-ui-use-drawer-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-chakra-ui-use-drawer-form/cypress/tsconfig.json b/examples/form-chakra-ui-use-drawer-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-chakra-ui-use-drawer-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-chakra-ui-use-drawer-form/package.json b/examples/form-chakra-ui-use-drawer-form/package.json index cb47a1bb7a36..1d81881c6cc2 100644 --- a/examples/form-chakra-ui-use-drawer-form/package.json +++ b/examples/form-chakra-ui-use-drawer-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -30,7 +28,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-chakra-ui-use-form/cypress.config.ts b/examples/form-chakra-ui-use-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-chakra-ui-use-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-chakra-ui-use-form/cypress/tsconfig.json b/examples/form-chakra-ui-use-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-chakra-ui-use-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-chakra-ui-use-form/package.json b/examples/form-chakra-ui-use-form/package.json index 28aa3e0fe673..afddfc4771ad 100644 --- a/examples/form-chakra-ui-use-form/package.json +++ b/examples/form-chakra-ui-use-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -30,7 +28,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-chakra-use-modal-form/cypress.config.ts b/examples/form-chakra-use-modal-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-chakra-use-modal-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-chakra-use-modal-form/cypress/tsconfig.json b/examples/form-chakra-use-modal-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-chakra-use-modal-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-chakra-use-modal-form/package.json b/examples/form-chakra-use-modal-form/package.json index a38bcaab3cad..4c18a43dd52c 100644 --- a/examples/form-chakra-use-modal-form/package.json +++ b/examples/form-chakra-use-modal-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -30,7 +28,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-core-use-form/cypress.config.ts b/examples/form-core-use-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-core-use-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-core-use-form/package.json b/examples/form-core-use-form/package.json index 20e017b06e2a..2c5c152cb43a 100644 --- a/examples/form-core-use-form/package.json +++ b/examples/form-core-use-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-mantine-mutation-mode/cypress.config.ts b/examples/form-mantine-mutation-mode/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-mantine-mutation-mode/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-mantine-mutation-mode/cypress/tsconfig.json b/examples/form-mantine-mutation-mode/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-mantine-mutation-mode/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-mantine-mutation-mode/package.json b/examples/form-mantine-mutation-mode/package.json index c38d1f0a298b..f730e6ad0cc8 100644 --- a/examples/form-mantine-mutation-mode/package.json +++ b/examples/form-mantine-mutation-mode/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -35,7 +33,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-mantine-use-drawer-form/cypress.config.ts b/examples/form-mantine-use-drawer-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-mantine-use-drawer-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-mantine-use-drawer-form/cypress/tsconfig.json b/examples/form-mantine-use-drawer-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-mantine-use-drawer-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-mantine-use-drawer-form/package.json b/examples/form-mantine-use-drawer-form/package.json index 85fb3615244f..fa4f12d0a219 100644 --- a/examples/form-mantine-use-drawer-form/package.json +++ b/examples/form-mantine-use-drawer-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -34,7 +32,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-mantine-use-form/cypress.config.ts b/examples/form-mantine-use-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-mantine-use-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-mantine-use-form/cypress/tsconfig.json b/examples/form-mantine-use-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-mantine-use-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-mantine-use-form/package.json b/examples/form-mantine-use-form/package.json index 216a0c0bc33f..75d55048637e 100644 --- a/examples/form-mantine-use-form/package.json +++ b/examples/form-mantine-use-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -35,7 +33,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-mantine-use-modal-form/cypress.config.ts b/examples/form-mantine-use-modal-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-mantine-use-modal-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-mantine-use-modal-form/cypress/tsconfig.json b/examples/form-mantine-use-modal-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-mantine-use-modal-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-mantine-use-modal-form/package.json b/examples/form-mantine-use-modal-form/package.json index 0e03fa4e9a30..5dacee03e977 100644 --- a/examples/form-mantine-use-modal-form/package.json +++ b/examples/form-mantine-use-modal-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -34,7 +32,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-mantine-use-steps-form/cypress.config.ts b/examples/form-mantine-use-steps-form/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/form-mantine-use-steps-form/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/form-mantine-use-steps-form/cypress/tsconfig.json b/examples/form-mantine-use-steps-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-mantine-use-steps-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-mantine-use-steps-form/package.json b/examples/form-mantine-use-steps-form/package.json index 5c25f5b57a5d..005fb04fcfd0 100644 --- a/examples/form-mantine-use-steps-form/package.json +++ b/examples/form-mantine-use-steps-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -36,7 +34,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-material-ui-mutation-mode/cypress.config.ts b/examples/form-material-ui-mutation-mode/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-material-ui-mutation-mode/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-material-ui-mutation-mode/cypress/tsconfig.json b/examples/form-material-ui-mutation-mode/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-material-ui-mutation-mode/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-material-ui-mutation-mode/package.json b/examples/form-material-ui-mutation-mode/package.json index bf03ca0a3264..67f284ba6cc0 100644 --- a/examples/form-material-ui-mutation-mode/package.json +++ b/examples/form-material-ui-mutation-mode/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -45,7 +43,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-material-ui-use-drawer-form/cypress.config.ts b/examples/form-material-ui-use-drawer-form/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-material-ui-use-drawer-form/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-material-ui-use-drawer-form/cypress/tsconfig.json b/examples/form-material-ui-use-drawer-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-material-ui-use-drawer-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-material-ui-use-drawer-form/package.json b/examples/form-material-ui-use-drawer-form/package.json index 9c57dde5960f..0b6b82920fd0 100644 --- a/examples/form-material-ui-use-drawer-form/package.json +++ b/examples/form-material-ui-use-drawer-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -46,7 +44,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-material-ui-use-form/cypress.config.ts b/examples/form-material-ui-use-form/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-material-ui-use-form/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-material-ui-use-form/cypress/tsconfig.json b/examples/form-material-ui-use-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-material-ui-use-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-material-ui-use-form/package.json b/examples/form-material-ui-use-form/package.json index 8c735fdbc9ab..70c383f60b95 100644 --- a/examples/form-material-ui-use-form/package.json +++ b/examples/form-material-ui-use-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -45,7 +43,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-material-ui-use-modal-form/cypress.config.ts b/examples/form-material-ui-use-modal-form/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-material-ui-use-modal-form/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-material-ui-use-modal-form/cypress/tsconfig.json b/examples/form-material-ui-use-modal-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-material-ui-use-modal-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-material-ui-use-modal-form/package.json b/examples/form-material-ui-use-modal-form/package.json index 91955173f930..bdf3caa6457b 100644 --- a/examples/form-material-ui-use-modal-form/package.json +++ b/examples/form-material-ui-use-modal-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -45,7 +43,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-material-ui-use-steps-form/cypress.config.ts b/examples/form-material-ui-use-steps-form/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-material-ui-use-steps-form/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-material-ui-use-steps-form/cypress/tsconfig.json b/examples/form-material-ui-use-steps-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-material-ui-use-steps-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-material-ui-use-steps-form/package.json b/examples/form-material-ui-use-steps-form/package.json index 545fbe045159..d8b3fbb8d65f 100644 --- a/examples/form-material-ui-use-steps-form/package.json +++ b/examples/form-material-ui-use-steps-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -45,7 +43,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-react-hook-form-use-form/cypress.config.ts b/examples/form-react-hook-form-use-form/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-react-hook-form-use-form/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-react-hook-form-use-form/cypress/tsconfig.json b/examples/form-react-hook-form-use-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-react-hook-form-use-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-react-hook-form-use-form/package.json b/examples/form-react-hook-form-use-form/package.json index df4ebf863947..5e063a4ff33e 100644 --- a/examples/form-react-hook-form-use-form/package.json +++ b/examples/form-react-hook-form-use-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -39,7 +37,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-react-hook-form-use-modal-form/cypress.config.ts b/examples/form-react-hook-form-use-modal-form/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-react-hook-form-use-modal-form/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-react-hook-form-use-modal-form/cypress/tsconfig.json b/examples/form-react-hook-form-use-modal-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-react-hook-form-use-modal-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-react-hook-form-use-modal-form/package.json b/examples/form-react-hook-form-use-modal-form/package.json index 4b9ce3eb6839..287823bc7506 100644 --- a/examples/form-react-hook-form-use-modal-form/package.json +++ b/examples/form-react-hook-form-use-modal-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -39,7 +37,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-react-hook-form-use-steps-form/cypress.config.ts b/examples/form-react-hook-form-use-steps-form/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-react-hook-form-use-steps-form/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-react-hook-form-use-steps-form/cypress/tsconfig.json b/examples/form-react-hook-form-use-steps-form/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-react-hook-form-use-steps-form/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-react-hook-form-use-steps-form/package.json b/examples/form-react-hook-form-use-steps-form/package.json index c323eb0687c9..97de6329aa9e 100644 --- a/examples/form-react-hook-form-use-steps-form/package.json +++ b/examples/form-react-hook-form-use-steps-form/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/form-save-and-continue/cypress.config.ts b/examples/form-save-and-continue/cypress.config.ts deleted file mode 100644 index bfa8e2a1b762..000000000000 --- a/examples/form-save-and-continue/cypress.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, -}); diff --git a/examples/form-save-and-continue/cypress/tsconfig.json b/examples/form-save-and-continue/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/form-save-and-continue/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/form-save-and-continue/package.json b/examples/form-save-and-continue/package.json index 904203866925..f8e7722073f4 100644 --- a/examples/form-save-and-continue/package.json +++ b/examples/form-save-and-continue/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react-dom": "^18.0.0", "@types/uuid": "^9.0.6", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/inferencer-antd/cypress.config.ts b/examples/inferencer-antd/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/inferencer-antd/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/inferencer-antd/cypress/tsconfig.json b/examples/inferencer-antd/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/inferencer-antd/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/inferencer-antd/package.json b/examples/inferencer-antd/package.json index 63c3c1665b85..5fdb27c88106 100644 --- a/examples/inferencer-antd/package.json +++ b/examples/inferencer-antd/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" diff --git a/examples/inferencer-chakra-ui/cypress.config.ts b/examples/inferencer-chakra-ui/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/inferencer-chakra-ui/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/inferencer-chakra-ui/cypress/tsconfig.json b/examples/inferencer-chakra-ui/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/inferencer-chakra-ui/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/inferencer-chakra-ui/package.json b/examples/inferencer-chakra-ui/package.json index 4294294211cf..aa68d3c5c300 100644 --- a/examples/inferencer-chakra-ui/package.json +++ b/examples/inferencer-chakra-ui/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" diff --git a/examples/inferencer-graphql-hasura/cypress.config.ts b/examples/inferencer-graphql-hasura/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/inferencer-graphql-hasura/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/inferencer-graphql-hasura/cypress/tsconfig.json b/examples/inferencer-graphql-hasura/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/inferencer-graphql-hasura/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/inferencer-graphql-hasura/package.json b/examples/inferencer-graphql-hasura/package.json index 26110bfaa588..66b6ed1674f6 100644 --- a/examples/inferencer-graphql-hasura/package.json +++ b/examples/inferencer-graphql-hasura/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" diff --git a/examples/inferencer-headless/cypress.config.ts b/examples/inferencer-headless/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/inferencer-headless/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/inferencer-headless/cypress/tsconfig.json b/examples/inferencer-headless/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/inferencer-headless/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/inferencer-headless/package.json b/examples/inferencer-headless/package.json index facec639f158..6a996079c170 100644 --- a/examples/inferencer-headless/package.json +++ b/examples/inferencer-headless/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" diff --git a/examples/inferencer-mantine/cypress.config.ts b/examples/inferencer-mantine/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/inferencer-mantine/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/inferencer-mantine/cypress/tsconfig.json b/examples/inferencer-mantine/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/inferencer-mantine/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/inferencer-mantine/package.json b/examples/inferencer-mantine/package.json index 04c7dd8218fd..1fb0a35fb6c1 100644 --- a/examples/inferencer-mantine/package.json +++ b/examples/inferencer-mantine/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" diff --git a/examples/inferencer-material-ui/cypress.config.ts b/examples/inferencer-material-ui/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/inferencer-material-ui/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/inferencer-material-ui/cypress/tsconfig.json b/examples/inferencer-material-ui/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/inferencer-material-ui/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/inferencer-material-ui/package.json b/examples/inferencer-material-ui/package.json index d0bb39adfd48..7a6a3682129a 100644 --- a/examples/inferencer-material-ui/package.json +++ b/examples/inferencer-material-ui/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" diff --git a/examples/invoicer/package.json b/examples/invoicer/package.json index 120ddb285160..d269943cfbd2 100644 --- a/examples/invoicer/package.json +++ b/examples/invoicer/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" diff --git a/examples/loading-overtime/package.json b/examples/loading-overtime/package.json index 42ccd7e70a59..013427187f04 100644 --- a/examples/loading-overtime/package.json +++ b/examples/loading-overtime/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/server-side-form-validation-antd/cypress.config.ts b/examples/server-side-form-validation-antd/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/server-side-form-validation-antd/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/server-side-form-validation-antd/package.json b/examples/server-side-form-validation-antd/package.json index 3cd37df584e0..5e16cf6cbe51 100644 --- a/examples/server-side-form-validation-antd/package.json +++ b/examples/server-side-form-validation-antd/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/server-side-form-validation-chakra-ui/cypress.config.ts b/examples/server-side-form-validation-chakra-ui/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/server-side-form-validation-chakra-ui/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/server-side-form-validation-chakra-ui/package.json b/examples/server-side-form-validation-chakra-ui/package.json index 1ccc522d1ea2..d1873b60fda8 100644 --- a/examples/server-side-form-validation-chakra-ui/package.json +++ b/examples/server-side-form-validation-chakra-ui/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -30,7 +28,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/server-side-form-validation-mantine/cypress.config.ts b/examples/server-side-form-validation-mantine/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/server-side-form-validation-mantine/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/server-side-form-validation-mantine/package.json b/examples/server-side-form-validation-mantine/package.json index 6005981ac6b3..a372ea119317 100644 --- a/examples/server-side-form-validation-mantine/package.json +++ b/examples/server-side-form-validation-mantine/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -34,7 +32,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/server-side-form-validation-material-ui/cypress.config.ts b/examples/server-side-form-validation-material-ui/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/server-side-form-validation-material-ui/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/server-side-form-validation-material-ui/package.json b/examples/server-side-form-validation-material-ui/package.json index 213c41332523..2127577ce5cb 100644 --- a/examples/server-side-form-validation-material-ui/package.json +++ b/examples/server-side-form-validation-material-ui/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -46,7 +44,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-antd-advanced/cypress.config.ts b/examples/table-antd-advanced/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-antd-advanced/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-antd-advanced/cypress/tsconfig.json b/examples/table-antd-advanced/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-antd-advanced/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-antd-advanced/package.json b/examples/table-antd-advanced/package.json index 7cb47f98f18c..a18891c9ea0d 100644 --- a/examples/table-antd-advanced/package.json +++ b/examples/table-antd-advanced/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-antd-table-filter/cypress.config.ts b/examples/table-antd-table-filter/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-antd-table-filter/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-antd-table-filter/cypress/tsconfig.json b/examples/table-antd-table-filter/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-antd-table-filter/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-antd-table-filter/package.json b/examples/table-antd-table-filter/package.json index e7a197e88bdb..5ace762a6805 100644 --- a/examples/table-antd-table-filter/package.json +++ b/examples/table-antd-table-filter/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -42,7 +40,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-antd-use-delete-many/cypress.config.ts b/examples/table-antd-use-delete-many/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-antd-use-delete-many/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-antd-use-delete-many/cypress/tsconfig.json b/examples/table-antd-use-delete-many/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-antd-use-delete-many/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-antd-use-delete-many/package.json b/examples/table-antd-use-delete-many/package.json index 64740169cf28..7d154b0acb6f 100644 --- a/examples/table-antd-use-delete-many/package.json +++ b/examples/table-antd-use-delete-many/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-antd-use-editable-table/cypress.config.ts b/examples/table-antd-use-editable-table/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-antd-use-editable-table/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-antd-use-editable-table/cypress/tsconfig.json b/examples/table-antd-use-editable-table/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-antd-use-editable-table/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-antd-use-editable-table/package.json b/examples/table-antd-use-editable-table/package.json index 7ec67444306c..8ecce5f00e51 100644 --- a/examples/table-antd-use-editable-table/package.json +++ b/examples/table-antd-use-editable-table/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -39,7 +37,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-antd-use-table/cypress.config.ts b/examples/table-antd-use-table/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-antd-use-table/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-antd-use-table/cypress/tsconfig.json b/examples/table-antd-use-table/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-antd-use-table/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-antd-use-table/package.json b/examples/table-antd-use-table/package.json index a022fbac13cd..a5746d1e0fb9 100644 --- a/examples/table-antd-use-table/package.json +++ b/examples/table-antd-use-table/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -39,7 +37,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-antd-use-update-many/cypress.config.ts b/examples/table-antd-use-update-many/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-antd-use-update-many/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-antd-use-update-many/cypress/tsconfig.json b/examples/table-antd-use-update-many/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-antd-use-update-many/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-antd-use-update-many/package.json b/examples/table-antd-use-update-many/package.json index 7ee1229374d3..0a2d8cd6faa2 100644 --- a/examples/table-antd-use-update-many/package.json +++ b/examples/table-antd-use-update-many/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -40,7 +38,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-chakra-ui-advanced/cypress.config.ts b/examples/table-chakra-ui-advanced/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-chakra-ui-advanced/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-chakra-ui-advanced/package.json b/examples/table-chakra-ui-advanced/package.json index a5e808381cb1..02641e7830d0 100644 --- a/examples/table-chakra-ui-advanced/package.json +++ b/examples/table-chakra-ui-advanced/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -30,7 +28,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-chakra-ui-basic/cypress.config.ts b/examples/table-chakra-ui-basic/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-chakra-ui-basic/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-chakra-ui-basic/package.json b/examples/table-chakra-ui-basic/package.json index 55a66f38df06..df5dc6a6c286 100644 --- a/examples/table-chakra-ui-basic/package.json +++ b/examples/table-chakra-ui-basic/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -30,7 +28,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-handson/cypress.config.ts b/examples/table-handson/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-handson/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-handson/package.json b/examples/table-handson/package.json index 6ee8c0ecc99f..7da1b9aed921 100644 --- a/examples/table-handson/package.json +++ b/examples/table-handson/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -28,7 +26,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-mantine-advanced/cypress.config.ts b/examples/table-mantine-advanced/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-mantine-advanced/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-mantine-advanced/package.json b/examples/table-mantine-advanced/package.json index 2655ede9a045..eba7b2d33863 100644 --- a/examples/table-mantine-advanced/package.json +++ b/examples/table-mantine-advanced/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -34,7 +32,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-mantine-basic/cypress.config.ts b/examples/table-mantine-basic/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-mantine-basic/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-mantine-basic/package.json b/examples/table-mantine-basic/package.json index d289189bf586..47b55a3e90a3 100644 --- a/examples/table-mantine-basic/package.json +++ b/examples/table-mantine-basic/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -33,7 +31,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-material-ui-advanced/cypress.config.ts b/examples/table-material-ui-advanced/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-material-ui-advanced/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-material-ui-advanced/cypress/tsconfig.json b/examples/table-material-ui-advanced/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-material-ui-advanced/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-material-ui-advanced/package.json b/examples/table-material-ui-advanced/package.json index 500865f1d7be..6b92d3854375 100644 --- a/examples/table-material-ui-advanced/package.json +++ b/examples/table-material-ui-advanced/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -48,7 +46,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-material-ui-cursor-pagination/cypress.config.ts b/examples/table-material-ui-cursor-pagination/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-material-ui-cursor-pagination/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-material-ui-cursor-pagination/cypress/tsconfig.json b/examples/table-material-ui-cursor-pagination/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-material-ui-cursor-pagination/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-material-ui-cursor-pagination/package.json b/examples/table-material-ui-cursor-pagination/package.json index 5f0e47208426..ea0d06740a00 100644 --- a/examples/table-material-ui-cursor-pagination/package.json +++ b/examples/table-material-ui-cursor-pagination/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -43,7 +41,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-material-ui-data-grid-pro/cypress.config.ts b/examples/table-material-ui-data-grid-pro/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-material-ui-data-grid-pro/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-material-ui-data-grid-pro/cypress/tsconfig.json b/examples/table-material-ui-data-grid-pro/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-material-ui-data-grid-pro/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-material-ui-data-grid-pro/package.json b/examples/table-material-ui-data-grid-pro/package.json index 9abb90967218..5929fb257b3e 100644 --- a/examples/table-material-ui-data-grid-pro/package.json +++ b/examples/table-material-ui-data-grid-pro/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -45,7 +43,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-material-ui-table-filter/cypress.config.ts b/examples/table-material-ui-table-filter/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-material-ui-table-filter/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-material-ui-table-filter/cypress/tsconfig.json b/examples/table-material-ui-table-filter/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-material-ui-table-filter/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-material-ui-table-filter/package.json b/examples/table-material-ui-table-filter/package.json index dba8d4ad4a28..e395515ebc75 100644 --- a/examples/table-material-ui-table-filter/package.json +++ b/examples/table-material-ui-table-filter/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -46,7 +44,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-material-ui-use-data-grid/cypress.config.ts b/examples/table-material-ui-use-data-grid/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-material-ui-use-data-grid/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-material-ui-use-data-grid/cypress/tsconfig.json b/examples/table-material-ui-use-data-grid/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-material-ui-use-data-grid/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-material-ui-use-data-grid/package.json b/examples/table-material-ui-use-data-grid/package.json index 46a2a80e48d7..7781f87a19d6 100644 --- a/examples/table-material-ui-use-data-grid/package.json +++ b/examples/table-material-ui-use-data-grid/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -44,7 +42,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-material-ui-use-delete-many/cypress.config.ts b/examples/table-material-ui-use-delete-many/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-material-ui-use-delete-many/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-material-ui-use-delete-many/cypress/tsconfig.json b/examples/table-material-ui-use-delete-many/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-material-ui-use-delete-many/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-material-ui-use-delete-many/package.json b/examples/table-material-ui-use-delete-many/package.json index e8157f67cfa6..b86afd31a80a 100644 --- a/examples/table-material-ui-use-delete-many/package.json +++ b/examples/table-material-ui-use-delete-many/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -44,7 +42,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-material-ui-use-update-many/cypress.config.ts b/examples/table-material-ui-use-update-many/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-material-ui-use-update-many/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-material-ui-use-update-many/cypress/tsconfig.json b/examples/table-material-ui-use-update-many/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-material-ui-use-update-many/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-material-ui-use-update-many/package.json b/examples/table-material-ui-use-update-many/package.json index 76f9e02ae346..aa503463a9a4 100644 --- a/examples/table-material-ui-use-update-many/package.json +++ b/examples/table-material-ui-use-update-many/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -44,7 +42,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-react-table-advanced/cypress.config.ts b/examples/table-react-table-advanced/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-react-table-advanced/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-react-table-advanced/cypress/tsconfig.json b/examples/table-react-table-advanced/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-react-table-advanced/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-react-table-advanced/package.json b/examples/table-react-table-advanced/package.json index 341e10f0e6d4..73b17ce9feed 100644 --- a/examples/table-react-table-advanced/package.json +++ b/examples/table-react-table-advanced/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -43,7 +41,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/table-react-table-basic/cypress.config.ts b/examples/table-react-table-basic/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/table-react-table-basic/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/table-react-table-basic/cypress/tsconfig.json b/examples/table-react-table-basic/cypress/tsconfig.json deleted file mode 100644 index d5fcbe59c7e9..000000000000 --- a/examples/table-react-table-basic/cypress/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "target": "ES6", - "lib": ["DOM", "DOM.Iterable", "ES6"] - } -} diff --git a/examples/table-react-table-basic/package.json b/examples/table-react-table-basic/package.json index 712d9f484ed9..ea14879f1262 100644 --- a/examples/table-react-table-basic/package.json +++ b/examples/table-react-table-basic/package.json @@ -5,8 +5,6 @@ "type": "module", "scripts": { "build": "tsc && refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "preview": "refine start", "refine": "refine" @@ -39,7 +37,6 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.2.1", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6" } diff --git a/examples/with-nextjs-next-auth/cypress.config.ts b/examples/with-nextjs-next-auth/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/with-nextjs-next-auth/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/with-nextjs-next-auth/package.json b/examples/with-nextjs-next-auth/package.json index 051c3602e29d..d0318b31b810 100644 --- a/examples/with-nextjs-next-auth/package.json +++ b/examples/with-nextjs-next-auth/package.json @@ -4,8 +4,6 @@ "private": true, "scripts": { "build": "refine build && rimraf .next/cache", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev", "lint": "eslint '**/*.{js,jsx,ts,tsx}'", "start:prod": "refine start" diff --git a/examples/with-nextjs/cypress.config.ts b/examples/with-nextjs/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/with-nextjs/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index 81cbd9fe534d..50dcf53d7d4f 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -4,8 +4,6 @@ "private": true, "scripts": { "build": "refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev", "lint": "eslint '**/*.{js,jsx,ts,tsx}'", "start:prod": "refine start" diff --git a/examples/with-remix-antd/cypress.config.ts b/examples/with-remix-antd/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/with-remix-antd/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/with-remix-antd/package.json b/examples/with-remix-antd/package.json index 504308b7e5d3..30266e8489f7 100644 --- a/examples/with-remix-antd/package.json +++ b/examples/with-remix-antd/package.json @@ -5,8 +5,6 @@ "sideEffects": false, "scripts": { "build": "refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "refine": "refine", "start:prod": "refine start" @@ -31,7 +29,6 @@ "@types/js-cookie": "^3.0.2", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", - "cypress": "^13.6.3", "typescript": "^5.4.2" }, "engines": { diff --git a/examples/with-remix-headless/cypress.config.ts b/examples/with-remix-headless/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/with-remix-headless/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/with-remix-headless/package.json b/examples/with-remix-headless/package.json index 56faf28a4cab..df25fe30679b 100644 --- a/examples/with-remix-headless/package.json +++ b/examples/with-remix-headless/package.json @@ -5,8 +5,6 @@ "sideEffects": false, "scripts": { "build": "refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "refine": "refine", "start:prod": "refine start" @@ -31,7 +29,6 @@ "@remix-run/dev": "^2.3.1", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", - "cypress": "^13.6.3", "typescript": "^5.4.2" }, "engines": { diff --git a/examples/with-remix-material-ui/cypress.config.ts b/examples/with-remix-material-ui/cypress.config.ts deleted file mode 100644 index ba64d625c403..000000000000 --- a/examples/with-remix-material-ui/cypress.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from "cypress"; - -export default defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/with-remix-material-ui/package.json b/examples/with-remix-material-ui/package.json index 025622b99630..4c30ca6eb62c 100644 --- a/examples/with-remix-material-ui/package.json +++ b/examples/with-remix-material-ui/package.json @@ -5,8 +5,6 @@ "sideEffects": false, "scripts": { "build": "refine build", - "cypress": "cypress open -C ./cypress.config.ts", - "cypress:run": "cypress run -C ./cypress.config.ts", "dev": "refine dev", "refine": "refine", "start:prod": "refine start" @@ -40,7 +38,6 @@ "@types/js-cookie": "^3.0.2", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", - "cypress": "^13.6.3", "typescript": "^5.4.2" }, "engines": { diff --git a/examples/with-remix-vite-headless/cypress.config.cts b/examples/with-remix-vite-headless/cypress.config.cts deleted file mode 100644 index b36e6b665e3f..000000000000 --- a/examples/with-remix-vite-headless/cypress.config.cts +++ /dev/null @@ -1,15 +0,0 @@ -const { defineConfig } = require("cypress"); - -module.exports = defineConfig({ - projectId: "sq5j3e", - retries: 3, - e2e: { - fixturesFolder: "../../cypress/fixtures", - supportFile: "../../cypress/support/e2e.ts", - }, - chromeWebSecurity: false, - experimentalMemoryManagement: true, - numTestsKeptInMemory: 1, - viewportWidth: 1920, - viewportHeight: 1080, -}); diff --git a/examples/with-remix-vite-headless/package.json b/examples/with-remix-vite-headless/package.json index bf8dd3505536..dc1728c7b8b1 100644 --- a/examples/with-remix-vite-headless/package.json +++ b/examples/with-remix-vite-headless/package.json @@ -6,8 +6,6 @@ "type": "module", "scripts": { "build": "remix vite:build", - "cypress": "cypress open -C ./cypress.config.cts", - "cypress:run": "cypress run -C ./cypress.config.cts", "dev": "remix vite:dev", "refine": "refine", "start:prod": "remix-serve ./build/server/index.js" @@ -32,7 +30,6 @@ "@remix-run/dev": "^2.3.1", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", - "cypress": "^13.6.3", "typescript": "^5.4.2", "vite": "^5.1.6", "vite-tsconfig-paths": "^4.2.1" diff --git a/nx.json b/nx.json index 35211afe90c1..98d68cb62ca0 100644 --- a/nx.json +++ b/nx.json @@ -30,7 +30,6 @@ "dependsOn": ["^types", "build"], "outputs": ["{projectRoot}/dist"] }, - "cypress:run": {}, "attw": { "dependsOn": ["build"] }, diff --git a/package.json b/package.json index 0ec12c44c274..f55b3b49cee1 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,8 @@ "build:all": "lerna run build --scope @refinedev/* --scope create-refine-app", "changeset": "changeset", "coffee": "pnpm nuke && pnpm i && pnpm build:all", + "cypress:open": "cypress open -C cypress/cypress.config.ts", + "cypress:run": "cypress run -C cypress/cypress.config.ts", "dev": "lerna run dev", "dev:docs": "concurrently \"cd documentation && pnpm dev\" \"pnpm dev --scope @refinedev/live-previews\" --names docs,live --prefix-colors blue,red", "lerna": "lerna", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a69bad2ea7f6..27b507393e57 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,7 +46,7 @@ importers: version: 7.6.0 cypress: specifier: ^13.6.3 - version: 13.8.1 + version: 13.13.0 glob: specifier: ^10.4.2 version: 10.4.2 @@ -441,9 +441,6 @@ importers: autoprefixer: specifier: ^10.4.1 version: 10.4.19(postcss@8.4.38) - cypress: - specifier: ^13.6.3 - version: 13.8.1 eslint: specifier: ^8.24.0 version: 8.57.0 @@ -711,9 +708,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -772,9 +766,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -833,9 +824,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -891,9 +879,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -943,9 +928,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -1007,9 +989,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -1135,9 +1114,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -1202,9 +1178,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -1315,9 +1288,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -1376,9 +1346,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -1501,9 +1468,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -1574,9 +1538,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -5224,9 +5185,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -5355,9 +5313,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -5413,9 +5368,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6058,9 +6010,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6113,9 +6062,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6165,9 +6111,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6220,9 +6163,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6272,9 +6212,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6327,9 +6264,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6388,9 +6322,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6449,9 +6380,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6510,9 +6438,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6571,9 +6496,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6626,9 +6548,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6702,9 +6621,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6775,9 +6691,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6851,9 +6764,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -6924,9 +6834,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -7003,9 +6910,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -7073,9 +6977,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -7146,9 +7047,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -7216,9 +7114,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -7286,9 +7181,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -7356,9 +7248,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -7408,9 +7297,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -7460,9 +7346,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -7515,9 +7398,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -7570,9 +7450,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -8741,9 +8618,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -9332,9 +9206,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -9393,9 +9264,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -9466,9 +9334,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -9539,9 +9404,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -9788,9 +9650,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -9849,9 +9708,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -9904,9 +9760,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -9956,9 +9809,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10008,9 +9858,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10063,9 +9910,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10124,9 +9968,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10185,9 +10026,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10240,9 +10078,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10313,9 +10148,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10383,9 +10215,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.5.1)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10462,9 +10291,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10526,9 +10352,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10596,9 +10419,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10669,9 +10489,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10736,9 +10553,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10803,9 +10617,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10870,9 +10681,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10934,9 +10742,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -10986,9 +10791,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@18.19.31)(sass@1.75.0)(terser@5.30.4)) - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -13304,9 +13106,6 @@ importers: '@types/react-dom': specifier: ^18.0.0 version: 18.3.0 - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -13441,9 +13240,6 @@ importers: '@types/react-dom': specifier: ^18.0.0 version: 18.3.0 - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -13529,9 +13325,6 @@ importers: '@types/react-dom': specifier: ^18.0.0 version: 18.3.0 - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -13590,9 +13383,6 @@ importers: '@types/react-dom': specifier: ^18.0.0 version: 18.3.0 - cypress: - specifier: ^13.6.3 - version: 13.8.1 typescript: specifier: ^5.4.2 version: 5.4.5 @@ -13681,7 +13471,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.17.19) + version: 0.1.4(esbuild@0.20.2) '@refinedev/core': specifier: ^4.52.0 version: link:../core @@ -13699,7 +13489,7 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -13727,7 +13517,7 @@ importers: devDependencies: '@esbuild-plugins/node-resolve': specifier: ^0.1.4 - version: 0.1.4(esbuild@0.20.2) + version: 0.1.4(esbuild@0.17.19) '@refinedev/core': specifier: 4.53.0 version: link:../core @@ -13745,7 +13535,7 @@ importers: version: 13.5.4 ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.20.2)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(esbuild@0.17.19)(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.4.5)))(typescript@5.4.5) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -25500,8 +25290,8 @@ packages: resolution: {integrity: sha512-QTaY0XjjhTQOdguARF0lGKm5/mEq9PD9/VhZZegHDIBq2tQwgNpHc3dneD4mGo2iJs+fTKv5Bp0fZ+BRuY3Z0g==} engines: {node: '>= 0.1.90'} - cypress@13.8.1: - resolution: {integrity: sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==} + cypress@13.13.0: + resolution: {integrity: sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==} engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} hasBin: true @@ -49504,7 +49294,7 @@ snapshots: csv-stringify: 5.6.5 stream-transform: 2.1.3 - cypress@13.8.1: + cypress@13.13.0: dependencies: '@cypress/request': 3.0.1 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) @@ -50488,7 +50278,7 @@ snapshots: eslint-import-resolver-node@0.3.9: dependencies: - debug: 3.2.7(supports-color@5.5.0) + debug: 3.2.7(supports-color@8.1.1) is-core-module: 2.13.1 resolve: 1.22.8 transitivePeerDependencies: @@ -50496,7 +50286,7 @@ snapshots: eslint-module-utils@2.8.1(@typescript-eslint/parser@5.48.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): dependencies: - debug: 3.2.7(supports-color@5.5.0) + debug: 3.2.7(supports-color@8.1.1) optionalDependencies: '@typescript-eslint/parser': 5.48.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 @@ -50518,7 +50308,7 @@ snapshots: array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 - debug: 3.2.7(supports-color@5.5.0) + debug: 3.2.7(supports-color@8.1.1) doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9