Skip to content

Commit 74c938c

Browse files
test(app): remove Cypress and e2e tests (#1830)
Co-authored-by: Brandy Smith <[email protected]>
1 parent 014dcac commit 74c938c

File tree

20 files changed

+3
-918
lines changed

20 files changed

+3
-918
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ jobs:
3434
run: npm run build -- --configuration=production
3535
- name: Test
3636
run: npm test -- --configuration=ci
37-
- name: E2E
38-
run: npm run e2e -- --configuration=ci

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ $RECYCLE.BIN/
3434
.DS_Store
3535
Thumbs.db
3636
UserInterfaceState.xcuserstate
37-
38-
cypress/videos

angular.json

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"analytics": false,
55
"schematicCollections": [
66
"@angular-eslint/schematics",
7-
"@cypress/schematic",
87
"@schematics/angular"
98
]
109
},
@@ -88,55 +87,6 @@
8887
"tsConfig": "tsconfig.app.json"
8988
}
9089
},
91-
"ct": {
92-
"builder": "@cypress/schematic:cypress",
93-
"configurations": {
94-
"development": {
95-
"devServerTarget": "app:serve:development"
96-
}
97-
},
98-
"options": {
99-
"devServerTarget": "app:serve",
100-
"headless": false,
101-
"testingType": "component",
102-
"watch": true
103-
}
104-
},
105-
"cypress-open": {
106-
"builder": "@cypress/schematic:cypress",
107-
"options": {
108-
"headless": false,
109-
"watch": true
110-
}
111-
},
112-
"cypress-run": {
113-
"builder": "@cypress/schematic:cypress",
114-
"configurations": {
115-
"production": {
116-
"devServerTarget": "app:serve:production"
117-
}
118-
},
119-
"options": {
120-
"devServerTarget": "app:serve"
121-
}
122-
},
123-
"e2e": {
124-
"builder": "@cypress/schematic:cypress",
125-
"configurations": {
126-
"ci": {
127-
"headless": true,
128-
"watch": false
129-
},
130-
"production": {
131-
"devServerTarget": "app:serve:production"
132-
}
133-
},
134-
"options": {
135-
"devServerTarget": "app:serve",
136-
"headless": false,
137-
"watch": true
138-
}
139-
},
14090
"extract-i18n": {
14191
"builder": "@angular-devkit/build-angular:extract-i18n",
14292
"options": {

cypress.config.ts

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

cypress/downloads/downloads.html

-65.5 MB
Binary file not shown.

cypress/support/commands.ts

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

cypress/support/component-index.html

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

cypress/support/component.ts

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

cypress/support/e2e.ts

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

cypress/tsconfig.json

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

0 commit comments

Comments
 (0)