openspec-playwright 0.1.46 → 0.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,9 +80,15 @@ This validates: app server reachable, auth fixtures initialized, Playwright work
80
80
 
81
81
  **Prerequisites**: seed test pass. If auth is required, ensure `auth.setup.ts` has been run (Step 7).
82
82
 
83
- #### 4.1. Extract routes from specs
83
+ #### 4.1. Read app-knowledge.md + Extract routes from specs
84
84
 
85
- Read all files in `openspec/changes/<name>/specs/*.md`. Extract every URL, route, or path mentioned:
85
+ **First**, read `tests/playwright/app-knowledge.md` to understand:
86
+ - **Known risks**: SPA behavior, dynamic content patterns, auth method
87
+ - **Project conventions**: preferred selector strategy, credential format, BASE_URL
88
+
89
+ This is context, not constraint — explore with open eyes even if patterns differ from history.
90
+
91
+ **Then**, read all files in `openspec/changes/<name>/specs/*.md`. Extract every URL, route, or path mentioned:
86
92
 
87
93
  - Full URLs: `http://localhost:3000/dashboard`, `BASE_URL + /admin`
88
94
  - Relative paths: `/dashboard`, `/api/auth/login`, `/admin/settings`
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openspec-playwright",
3
- "version": "0.1.46",
3
+ "version": "0.1.48",
4
4
  "description": "OpenSpec + Playwright E2E verification setup tool for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
package/release-notes.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ## What's Changed
2
2
 
3
- - chore: bump version
3
+ - fix(SKILL): merge Step 4.0 into 4.1 — read app-knowledge + extract routes as one step
4
4
 
5
- **Full Changelog**: https://github.com/wxhou/openspec-playwright/releases/tag/v0.1.46
5
+ **Full Changelog**: https://github.com/wxhou/openspec-playwright/releases/tag/v0.1.48
Binary file