Skip to content

Commit 9fab35b

Browse files
authored
Merge pull request #39 from scaleflex/remove-protractor
chore: remove protractor
2 parents 3395bca + 9a2de0e commit 9fab35b

File tree

6 files changed

+1
-90
lines changed

6 files changed

+1
-90
lines changed

angular.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@
116116
"polyfills": "projects/example/src/polyfills.ts",
117117
"tsConfig": "projects/example/tsconfig.spec.json",
118118
"karmaConfig": "projects/example/karma.conf.js",
119-
"styles": [
120-
"projects/example/src/styles.css"
121-
],
119+
"styles": ["projects/example/src/styles.css"],
122120
"scripts": [],
123121
"assets": [
124122
"projects/example/src/favicon.ico",
@@ -127,25 +125,6 @@
127125
}
128126
}
129127
}
130-
},
131-
"example-e2e": {
132-
"root": "projects/example-e2e/",
133-
"projectType": "application",
134-
"prefix": "",
135-
"architect": {
136-
"e2e": {
137-
"builder": "@angular-devkit/build-angular:protractor",
138-
"options": {
139-
"protractorConfig": "projects/example-e2e/protractor.conf.js",
140-
"devServerTarget": "example:serve"
141-
},
142-
"configurations": {
143-
"production": {
144-
"devServerTarget": "example:serve:production"
145-
}
146-
}
147-
}
148-
}
149128
}
150129
},
151130
"cli": {

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"build_lib": "ng build lib",
99
"test": "ng test",
1010
"lint": "ng lint",
11-
"e2e": "ng e2e",
1211
"copy-readme": "cp ./README.md ./dist/lib",
1312
"copy-license": "cp ./LICENSE ./dist/lib",
1413
"copy-files": "npm run copy-readme && npm run copy-license",
@@ -54,7 +53,6 @@
5453
"karma-jasmine-html-reporter": "^1.5.0",
5554
"ng-packagr": "^14.1.0",
5655
"ngx-highlightjs": "^3.0.3",
57-
"protractor": "~7.0.0",
5856
"ts-node": "^10.7.0",
5957
"tslint": "~6.1.0",
6058
"typescript": "~4.6.3"

projects/example-e2e/protractor.conf.js

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

projects/example-e2e/src/app.e2e-spec.ts

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

projects/example-e2e/src/app.po.ts

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

projects/example-e2e/tsconfig.e2e.json

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

0 commit comments

Comments
 (0)