Skip to content

Commit 633843c

Browse files
authored
Remove old cypress-e2e tests (#7193)
1 parent 603f4e0 commit 633843c

File tree

23 files changed

+6
-3837
lines changed

23 files changed

+6
-3837
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
- dependencies
99
- python
1010
- dependabot
11-
open-pull-requests-limit: 0 # Security updates only
11+
open-pull-requests-limit: 0 # Security updates only
1212

1313
# Frontend monorepo dependencies
1414
# Dependabot config must target /clients because package-lock.json is at the monorepo root
@@ -33,16 +33,6 @@ updates:
3333
- dependabot
3434
open-pull-requests-limit: 0
3535

36-
- package-ecosystem: "npm"
37-
directory: "/clients/cypress-e2e"
38-
schedule:
39-
interval: "weekly"
40-
labels:
41-
- dependencies
42-
- javascript
43-
- dependabot
44-
open-pull-requests-limit: 0
45-
4636
- package-ecosystem: "github-actions"
4737
directory: "/"
4838
schedule:

.github/workflows/cypress_e2e.yml

Lines changed: 0 additions & 125 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"./clients/fidesui",
1212
"./clients/privacy-center",
1313
"./clients/privacy-center/cypress",
14-
"./clients/cypress-e2e",
1514
"./clients/sample-app"
1615
],
1716
"typescript.enablePromptUseWorkspaceTsdk": true,

changelog/remove-cypress-e2e.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type: Removed
2+
description: Removed cypress-e2e test suite and associated GitHub workflow
3+
pr: 7193
4+
labels: []

clients/.cursor/rules/frontend.mdc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ While working in this `clients` directory, you are a Senior Front-End Developer
1313
- The `clients/privacy-center` directory contains the Privacy Center React/NextJS app
1414
- The `clients/fides-js` directory contains the Fides CMP Preact SDK, sometimes referred to as FidesJS, Fides.js, Fides SDK, or Janus. Both the Admin UI and the Privacy Center import a compiled version of the SDK.
1515
- The `clients/fidesui` directory is a design system which exports both Chakra and Ant Design components, however we are migrating to Ant from Chakra so Ant components are always preferred if possible. Only Admin UI and Privacy center use this design system, never try to use it in fides-js code.
16-
- The `clients/cypress-e2e` directory is a specific set of tests and can mostly be ignored while working in the 3 main apps
1716
- The `clients/sample-app` directory is a demo app and can mostly be ignored while working in the 3 main apps.
1817
- The rest of the codebase is considered the "backend" of fides which also gets wrapped by another repository called `fidesplus` which manages other backend code not found in this repo but is definitely utilized by the fides frontend.
1918
- The `clients/fides-js/docs` directory gets auto-generated from the jsdocs in `clients/fides-js/src/docs` and should never be updated manually. Always add to the `clients/fides-js/src/docs` instead. The types specified in `clients/fides-js/src/docs` do get imported and used in the codebase.

clients/cypress-e2e/.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

clients/cypress-e2e/.eslintrc.cjs

Lines changed: 0 additions & 14 deletions
This file was deleted.

clients/cypress-e2e/.prettierrc.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

clients/cypress-e2e/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

clients/cypress-e2e/cypress.config.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)