Skip to content

feat: add akd-playwright plugin#2

Open
lpayne-dev wants to merge 1 commit into
mainfrom
feat/akd-playwright-plugin
Open

feat: add akd-playwright plugin#2
lpayne-dev wants to merge 1 commit into
mainfrom
feat/akd-playwright-plugin

Conversation

@lpayne-dev

Copy link
Copy Markdown
Collaborator

Summary

  • Adds akd-playwright plugin with two skills for Playwright e2e testing across any AKD Next.js frontend
  • playwright-scaffold: one-time project setup (config, folder structure, auth)
  • playwright-test-writer: generates POMs and spec files from source
  • Skills detect project config by reading source files rather than matching known project names
  • Includes .skill packages for Cowork/Claude Desktop users under cowork/

Test plan

  • Install plugin from marketplace manifest
  • Run playwright-scaffold against an AKD Next.js frontend
  • Run playwright-test-writer to generate a spec from existing source
  • Verify .skill packages load in Cowork/Claude Desktop

Two skills for Playwright e2e testing across any AKD Next.js frontend:
- playwright-scaffold: one-time project setup (config, folder structure, auth)
- playwright-test-writer: generates POMs and spec files from source

Both skills detect project config by reading source files (next.config.ts,
package.json, src/app/) rather than matching known project names, making
them generic across all current and future AKD frontends.

Includes .skill packages for Cowork/Claude Desktop users under cowork/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant