|
13 | 13 | "ref": "playwright-scaffold-v0.0.0" |
14 | 14 | }, |
15 | 15 | "description": "Claude Code Skill for scaffolding Playwright in a project: installs @playwright/test, generates playwright.config.ts, and creates CI workflow files for GitHub Actions and GitLab CI.", |
16 | | - "version": "0.0.0", |
| 16 | + "version": "1.0.0", |
17 | 17 | "author": { |
18 | 18 | "name": "zizzfizzix" |
19 | 19 | }, |
20 | 20 | "contributors": [ |
21 | | - { "name": "lackeyjb" } |
| 21 | + { |
| 22 | + "name": "lackeyjb" |
| 23 | + } |
22 | 24 | ], |
23 | 25 | "homepage": "https://github.com/zizzfizzix/playwright-skill", |
24 | 26 | "repository": "https://github.com/zizzfizzix/playwright-skill", |
|
35 | 37 | "model-invoked" |
36 | 38 | ], |
37 | 39 | "category": "testing", |
38 | | - "tags": ["playwright", "e2e", "ci", "setup", "github-actions"] |
| 40 | + "tags": [ |
| 41 | + "playwright", |
| 42 | + "e2e", |
| 43 | + "ci", |
| 44 | + "setup", |
| 45 | + "github-actions" |
| 46 | + ] |
39 | 47 | }, |
40 | 48 | { |
41 | 49 | "name": "playwright-spec", |
|
46 | 54 | "ref": "playwright-spec-v0.0.0" |
47 | 55 | }, |
48 | 56 | "description": "Claude Code Skill for writing CI-ready Playwright spec files. Explores the app's routes, auth flow, and components to write persistent *.spec.ts files that match the real application.", |
49 | | - "version": "0.0.0", |
| 57 | + "version": "1.0.0", |
50 | 58 | "author": { |
51 | 59 | "name": "zizzfizzix" |
52 | 60 | }, |
53 | 61 | "contributors": [ |
54 | | - { "name": "lackeyjb" } |
| 62 | + { |
| 63 | + "name": "lackeyjb" |
| 64 | + } |
55 | 65 | ], |
56 | 66 | "homepage": "https://github.com/zizzfizzix/playwright-skill", |
57 | 67 | "repository": "https://github.com/zizzfizzix/playwright-skill", |
|
67 | 77 | "model-invoked" |
68 | 78 | ], |
69 | 79 | "category": "testing", |
70 | | - "tags": ["playwright", "e2e", "testing", "test-writing"] |
| 80 | + "tags": [ |
| 81 | + "playwright", |
| 82 | + "e2e", |
| 83 | + "testing", |
| 84 | + "test-writing" |
| 85 | + ] |
71 | 86 | }, |
72 | 87 | { |
73 | 88 | "name": "playwright-debug", |
|
78 | 93 | "ref": "playwright-debug-v0.0.0" |
79 | 94 | }, |
80 | 95 | "description": "Claude Code Skill for diagnosing and fixing failing Playwright tests. Reads test output and failure artifacts, traces the root cause, and fixes specs to match the actual application behaviour.", |
81 | | - "version": "0.0.0", |
| 96 | + "version": "1.0.0", |
82 | 97 | "author": { |
83 | 98 | "name": "zizzfizzix" |
84 | 99 | }, |
85 | 100 | "contributors": [ |
86 | | - { "name": "lackeyjb" } |
| 101 | + { |
| 102 | + "name": "lackeyjb" |
| 103 | + } |
87 | 104 | ], |
88 | 105 | "homepage": "https://github.com/zizzfizzix/playwright-skill", |
89 | 106 | "repository": "https://github.com/zizzfizzix/playwright-skill", |
|
99 | 116 | "model-invoked" |
100 | 117 | ], |
101 | 118 | "category": "testing", |
102 | | - "tags": ["playwright", "e2e", "debugging", "testing"] |
| 119 | + "tags": [ |
| 120 | + "playwright", |
| 121 | + "e2e", |
| 122 | + "debugging", |
| 123 | + "testing" |
| 124 | + ] |
103 | 125 | } |
104 | 126 | ] |
105 | 127 | } |
0 commit comments