Skip to content

Commit 3808dde

Browse files
committed
Remove e2e tests
1 parent b9f0a43 commit 3808dde

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

cypress.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,4 @@ export default defineConfig({
1919
},
2020
specPattern: '**/*.cy.{js,ts,jsx,tsx}',
2121
},
22-
23-
e2e: {
24-
baseUrl: 'http://localhost:5173/',
25-
setupNodeEvents() {
26-
// implement node event listeners here
27-
},
28-
},
2922
});

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"lint": "eslint ./src --report-unused-disable-directives --max-warnings 0",
1414
"preview": "vite preview",
1515
"test": "cypress run --component --browser chrome",
16-
"testE2E": "cypress run --e2e --browser chrome",
1716
"test:open": "cypress open --component --browser chrome",
18-
"testE2E:open": "cypress open --e2e --browser chrome",
1917
"generate-graphql-types": "graphql-codegen --config graphql.config.yaml",
2018
"generate-graphql-types:watch": "graphql-codegen --config graphql.config.yaml --watch"
2119
},

0 commit comments

Comments
 (0)