Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/actions/test-angular-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ runs:
run: npm install
shell: bash
working-directory: ./packages/angular/test/build/${{ inputs.app }}
- name: Install Playwright Browsers
run: npx playwright install
shell: bash
working-directory: ./packages/angular/test/build/${{ inputs.app }}
- name: Sync Built Changes
run: npm run sync
shell: bash
Expand Down
20 changes: 20 additions & 0 deletions packages/angular/test/apps/ng16/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,23 @@
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
},
"test": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "none",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"progress": false,
"extractLicenses": false,
"vendorChunk": false,
"buildOptimizer": true
}
},
"defaultConfiguration": "production"
Expand All @@ -86,6 +103,9 @@
},
"development": {
"browserTarget": "test-app:build:development"
},
"test": {
"browserTarget": "test-app:build:test"
}
},
"defaultConfiguration": "development"
Expand Down

This file was deleted.

20 changes: 0 additions & 20 deletions packages/angular/test/apps/ng16/e2e/tsconfig.json

This file was deleted.

Loading
Loading