Skip to content

docs: add Alternatives section referencing bpmn-to-code testing - #8

Merged
emaarco merged 1 commit into
mainfrom
emaarco/readme-alternatives-section
Aug 20, 2026
Merged

docs: add Alternatives section referencing bpmn-to-code testing#8
emaarco merged 1 commit into
mainfrom
emaarco/readme-alternatives-section

Conversation

@emaarco

@emaarco emaarco commented Aug 20, 2026

Copy link
Copy Markdown
Member

What

Adds a compact Alternatives section to the README, cross-referencing Miragon/bpmn-to-code and its process testing.

Why

Clarifies where bpmnlint fits versus where another tool is the better choice:

  • bpmnlint — lints one model at a time; the right fit for anything stylistic or about the correctness of a single diagram (naming, layout, structural soundness, engine deployability).
  • bpmn-to-code / process testing — engine- and automation-specific questions that span a running process (e.g. does a call activity pass every variable its child process needs), and keeping such tests alongside the model in the same build (e.g. a Gradle task).

The single-model claim was verified against bpmnlint's Linter.lint(moddleRoot, config), which operates on a single parsed model root with no cross-model view.

@emaarco
emaarco enabled auto-merge (squash) August 20, 2026 13:46
@emaarco
emaarco merged commit 0f59c71 into main Aug 20, 2026
3 checks passed
@emaarco
emaarco deleted the emaarco/readme-alternatives-section branch August 20, 2026 13:46
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