Skip to content

Clean up reagent-karma-example: drop e2e, rewrite README for npm - #19

Merged
olecve merged 2 commits into
mainfrom
examples/drop-e2e
Jul 16, 2026
Merged

Clean up reagent-karma-example: drop e2e, rewrite README for npm#19
olecve merged 2 commits into
mainfrom
examples/drop-e2e

Conversation

@olecve

@olecve olecve commented Jul 16, 2026

Copy link
Copy Markdown
Owner

Cleanup of the reagent-karma-example subproject.

Remove unused e2e (taiko) — it was never run in CI (needs the app built, taiko's own Chromium, and a static server):

  • Drop the :e2e shadow build and src/e2e/core.cljs.
  • Remove the e2e npm script and the taiko / taiko-diagnostics / serve-handler deps (lockfile refreshed).

Rewrite the README for npm:

  • Convert all yarn commands to npm.
  • Drop the stale cards (devcards) section — devcards was already removed.
  • Fix the format docs (npm run fmt via Prettier + prettier-plugin-cljfmt, not zprint-clj).

Node + karma tests remain and cover the example. npm run ci (fmt → lint → compile app → node test → karma) passes.

olecve added 2 commits July 16, 2026 16:16
The e2e tests were never run in CI (they need the app built, taiko's
own Chromium, and a static server). Drop the :e2e shadow build,
src/e2e/core.cljs, the e2e npm script, and the taiko/taiko-diagnostics/
serve-handler dependencies. Node and karma tests remain and cover the
example.

Also fix the stale e2e/yarn wording in the README's scripts section.
Convert all yarn commands to npm, and fix stale content: drop the
removed devcards 'cards' section, and correct the format script (npm
run fmt via Prettier + prettier-plugin-cljfmt, not zprint-clj).
@olecve olecve changed the title Remove unused e2e (taiko) setup from reagent-karma-example Clean up reagent-karma-example: drop e2e, rewrite README for npm Jul 16, 2026
@olecve
olecve merged commit 617bdcc into main Jul 16, 2026
3 checks passed
@olecve
olecve deleted the examples/drop-e2e branch July 16, 2026 13:25
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