Skip to content

Commit

Permalink
remove e2e tests from AMW_angular/io
Browse files Browse the repository at this point in the history
  • Loading branch information
mburri committed Nov 10, 2023
1 parent b2ce642 commit 29767ee
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 100 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` for end-to-end tests

## 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
8 changes: 2 additions & 6 deletions AMW_e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29767ee

Please sign in to comment.