Skip to content

Commit 726845c

Browse files
committed
Refactor project structure, update dependencies, and enhance Playwright configuration
- Updated .gitignore to streamline ignored files. - Added package-lock.json to manage dependencies more effectively. - Enhanced package.json with new scripts for linting and testing, and added husky for pre-commit checks. - Introduced playwright-shared.ts for shared Playwright configuration across examples. - Removed outdated playwright.config.ts and pnpm-lock.yaml files. - Updated Angular example configurations to integrate Playwright for end-to-end testing. - Added new tests for Angular example to ensure proper loading of the viewer and error handling. - Refactored scripts for installing dependencies and running end-to-end tests.
1 parent 98bafc5 commit 726845c

17 files changed

+14232
-13983
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
node_modules/
2-
/test-results/
3-
/playwright-report/
2+
test-results
3+
playwright-report
44
/blob-report/
5-
/playwright/.cache/
5+
playwright/.cache/

.husky/pre-commit

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm run lint-staged

0 commit comments

Comments
 (0)