8000 Remove test harness related files by HannahZhuSWE · Pull Request #53 · staticwebdev/angular-basic · GitHub
[go: up one dir, main page]

Skip to content

Remove test harness related files #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2023
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
94 changes: 0 additions & 94 deletions .github/workflows/playwright-onDemand.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/playwright-scheduled.yml

This file was deleted.

10 changes: 2 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand All @@ -44,10 +44,4 @@ testem.log

# System Files
.DS_Store
Thumbs.db
/test-results/
/playwright-report/
/playwright/.cache/
/test-results/
/playwright-report/
/playwright/.cache/
Thumbs.db
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"start": "ng serve",
"build": "ng build --configuration production",
"test": "ng test",
"playwright_test": "playwright test",
"lint": "ng lint",
"e2e": "ng e2e",
"swa:start": "swa start app",
Expand All @@ -33,7 +32,6 @@
"@angular/compiler-cli": "~13.2.5",
"@angular/language-service": "~13.2.5",
"@azure/static-web-apps-cli": "*",
"@playwright/test": "^1.22.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand Down
79 changes: 0 additions & 79 deletions playwright.config.ts

This file was deleted.

5 changes: 0 additions & 5 deletions tests/Test.README.md

This file was deleted.

7 changes: 0 additions & 7 deletions tests/playwright.spec.ts

This file was deleted.

0