Skip to content

Commit b1db2c7

Browse files
committed
Add Playwright test loop for dashboard behavior
1 parent 0f2e6fc commit b1db2c7

6 files changed

Lines changed: 944 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules/
2+
test-results/
3+
playwright-report/
4+
coverage/
5+
*.log

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ Chrome extension MVP that tracks tab-level activity and shows what you worked on
2525
- Click extension icon to open dashboard.
2626
- Open Options from extension details page to manage settings.
2727

28+
## Test Loop (Playwright)
29+
30+
1. Install dependencies:
31+
- `npm install`
32+
2. Install browser binaries:
33+
- `npx playwright install chromium`
34+
3. Run end-to-end tests:
35+
- `npm run test:e2e`
36+
2837
## Notes
2938

3039
- MVP tracks tab/window focus activity only.

0 commit comments

Comments
 (0)