Skip to content

Commit da70059

Browse files
Feature/angular14 (#486)
* Upgrade Angular to 14 * Update CDK & Material * small fix * Update chrome driver * Newer chromedriver version * Enable webdriver update * Fix * fix * Fix * fix * Fix * Remove e2e test + protractor * Remove E2E job * Fix Co-authored-by: Sandor Ban <[email protected]>
1 parent 65363f0 commit da70059

File tree

59 files changed

+12142
-7877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+12142
-7877
lines changed

.github/workflows/main.yml

-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,9 @@ jobs:
2727
${{ runner.os }}-node-
2828
- name: Install dependencies
2929
run: npm ci
30-
- name: Install chrome driver
31-
run: node node_modules/protractor/bin/webdriver-manager update --versions.chrome 102.0.5005.61 --gecko false --standalone false
3230
- name: Lint
3331
run: npm run lint
3432
- name: Build
3533
run: npm run build
3634
- name: Test
3735
run: npm run test:ci
38-
- name: E2E
39-
run: npm run e2e:ci

angular.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,12 @@
138138
}
139139
}
140140
},
141-
"defaultProject": "sormas",
142141
"cli": {
143-
"defaultCollection": "@angular-eslint/schematics",
144142
"cache": {
145143
"enabled": false
146-
}
144+
},
145+
"schematicCollections": [
146+
"@angular-eslint/schematics"
147+
]
147148
}
148149
}

e2e/protractor-ci.conf.js

-10
This file was deleted.

e2e/protractor.conf.js

-37
This file was deleted.

e2e/src/app.e2e-spec.ts

-39
This file was deleted.

e2e/src/app.po.ts

-33
This file was deleted.

e2e/tsconfig.json

-13
This file was deleted.

0 commit comments

Comments
 (0)