Skip to content

chore: remove e2e tests, untrack superpowers docs, ignore release-please CHANGELOG#122

Merged
quiiver merged 3 commits into
mainfrom
chore/remove-e2e-and-untrack-docs
Jun 25, 2026
Merged

chore: remove e2e tests, untrack superpowers docs, ignore release-please CHANGELOG#122
quiiver merged 3 commits into
mainfrom
chore/remove-e2e-and-untrack-docs

Conversation

@quiiver

@quiiver quiiver commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

Repo cleanup, three independent changes:

Remove the e2e (Playwright) suite

The e2e suite was a single smoke test that wasn't providing value. Removes:

  • playwright.config.ts and packages/app/e2e-tests/
  • the test:e2e script and the @playwright/test + @backstage/e2e-test-utils devDeps (root + app), with yarn.lock updated
  • the e2e (Playwright) job from .github/workflows/ci.yml

Untrack superpowers planning docs

.gitignore already ignores docs/superpowers/*, but two overlay docs were committed before that rule existed. git rm --cached'd them so they're no longer tracked (kept on disk locally).

Stop Prettier breaking on release-please changelogs

Added CHANGELOG.md to .prettierignore — release-please generates changelogs whose formatting isn't Prettier-compatible, which was failing yarn prettier:check.

Verified: tsc -p tsconfig.json exit 0, prettier --check clean on changed configs, no remaining e2e/playwright references.

quiiver added 3 commits June 25, 2026 14:14
The e2e suite (a single smoke test) wasn't providing value. Removes
playwright.config.ts, packages/app/e2e-tests, the test:e2e script, the
@playwright/test + @backstage/e2e-test-utils devDeps, and the CI e2e job.
@quiiver quiiver merged commit 5ac0b17 into main Jun 25, 2026
1 check passed
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