Skip to content

Commit

Permalink
remove protractor and e2e test setup from angular module
Browse files Browse the repository at this point in the history
  • Loading branch information
mburri committed Nov 10, 2023
1 parent df43e4c commit 21036f8
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 94 deletions.
2 changes: 1 addition & 1 deletion AMW_angular/io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
See AMW_e2e

## Further help

Expand Down
12 changes: 0 additions & 12 deletions AMW_angular/io/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,6 @@
"src/styles.scss"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "liima:serve"
},
"configurations": {
"production": {
"devServerTarget": "liima:serve:production"
}
}
}
}
}
Expand Down
32 changes: 0 additions & 32 deletions AMW_angular/io/e2e/protractor.conf.js

This file was deleted.

34 changes: 0 additions & 34 deletions AMW_angular/io/e2e/src/app/app.e2e.ts

This file was deleted.

13 changes: 0 additions & 13 deletions AMW_angular/io/e2e/tsconfig.json

This file was deleted.

2 changes: 0 additions & 2 deletions AMW_angular/io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"test": "ng test",
"test-headless": "ng test --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e",
"mavenbuild": "ng test --watch=false --browsers=ChromeHeadless && ng build --configuration production"
},
"private": true,
Expand Down Expand Up @@ -54,7 +53,6 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "3.0.3",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"tslint": "~6.1.3",
"typescript": "~5.1.5"
Expand Down

0 comments on commit 21036f8

Please sign in to comment.