Skip to content

Commit 0751d4d

Browse files
committed
removed unused e2e test from frontend
1 parent bc1b309 commit 0751d4d

File tree

7 files changed

+1
-152
lines changed

7 files changed

+1
-152
lines changed

client/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Run `ng build` to build the project. The build artifacts will be stored in the `
1818

1919
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
2020

21-
## Running end-to-end tests
22-
23-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
2421

2522
## Further help
2623

client/angular.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -98,33 +98,6 @@
9898
}
9999
}
100100
}
101-
},
102-
"client-e2e": {
103-
"root": "e2e/",
104-
"projectType": "application",
105-
"architect": {
106-
"e2e": {
107-
"builder": "@angular-devkit/build-angular:protractor",
108-
"options": {
109-
"protractorConfig": "e2e/protractor.conf.js",
110-
"devServerTarget": "client:serve"
111-
},
112-
"configurations": {
113-
"production": {
114-
"devServerTarget": "client:serve:production"
115-
}
116-
}
117-
},
118-
"lint": {
119-
"builder": "@angular-devkit/build-angular:tslint",
120-
"options": {
121-
"tsConfig": "e2e/tsconfig.e2e.json",
122-
"exclude": [
123-
"**/node_modules/**"
124-
]
125-
}
126-
}
127-
}
128101
}
129102
},
130103
"defaultProject": "client"

client/e2e/protractor.conf.js

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

client/e2e/src/app.e2e-spec.ts

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

client/e2e/src/app.po.ts

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

client/e2e/tsconfig.e2e.json

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

client/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"start": "ng serve",
77
"build": "ng build",
88
"test": "ng test",
9-
"lint": "ng lint",
10-
"e2e": "ng e2e"
9+
"lint": "ng lint"
1110
},
1211
"private": true,
1312
"dependencies": {

0 commit comments

Comments
 (0)