Skip to content

Commit 297e07a

Browse files
committed
remove unused e2e project
1 parent 83fcc84 commit 297e07a

File tree

9 files changed

+33
-248
lines changed

9 files changed

+33
-248
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# This enables task distribution via Nx Cloud
2323
# Run this command as early as possible, before dependencies are installed
2424
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
25-
- run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="e2e-ci"
25+
- run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="test"
2626

2727
- name: Set up Node.js
2828
uses: actions/setup-node@v4

apps/ng-demo-e2e/eslint.config.js

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

apps/ng-demo-e2e/playwright.config.ts

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

apps/ng-demo-e2e/project.json

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

apps/ng-demo-e2e/src/example.spec.ts

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

apps/ng-demo-e2e/tsconfig.json

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

nx.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@
4949
}
5050
},
5151
"plugins": [
52-
{
53-
"plugin": "@nx/playwright/plugin",
54-
"options": {
55-
"targetName": "e2e"
56-
}
57-
},
5852
{
5953
"plugin": "@nx/eslint/plugin",
6054
"options": {
@@ -64,7 +58,6 @@
6458
],
6559
"generators": {
6660
"@nx/angular:application": {
67-
"e2eTestRunner": "playwright",
6861
"linter": "eslint",
6962
"style": "css",
7063
"unitTestRunner": "jest"

0 commit comments

Comments
 (0)