8000 remove files related to nightly integration project (as well as packa… · staticwebdev/angular-basic@98afa27 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98afa27

Browse files
authored
remove files related to nightly integration project (as well as package.json) (#53)
1 parent ebb79f9 commit 98afa27

7 files changed

+2
-279
lines changed

.github/workflows/playwright-onDemand.yml

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

.github/workflows/playwright-scheduled.yml

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

.gitignore

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ speed-measure-plugin*.json
3232
.history/*
3333

3434
# misc
35-
/.angular/cache
35+
/.angular/cache
3636
/.sass-cache
3737
/connect.lock
3838
/coverage
@@ -44,10 +44,4 @@ testem.log
4444

4545
# System Files
4646
.DS_Store
47-
Thumbs.db
48-
/test-results/
49-
/playwright-report/
50-
/playwright/.cache/
51-
/test-results/
52-
/playwright-report/
53-
/playwright/.cache/
47+
Thumbs.db

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"start": "ng serve",
77
"build": "ng build --configuration production",
88
"test": "ng test",
9-
"playwright_test": "playwright test",
109
"lint": "ng lint",
1110
"e2e": "ng e2e",
1211
"swa:start": "swa start app",
@@ -33,7 +32,6 @@
3332
"@angular/compiler-cli": "~13.2.5",
3433
"@angular/language-service": "~13.2.5",
3534
"@azure/static-web-apps-cli": "*",
36-
"@playwright/test": "^1.22.2",
3735
"@types/jasmine": "~3.6.0",
3836
"@types/jasminewd2": "~2.0.3",
3937
"@types/node": "^12.11.1",

playwright.config.ts

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

tests/Test.README.md

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

tests/playwright.spec.ts

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

0 commit comments

Comments
 (0)
0