Skip to content

Commit 62661a6

Browse files
committed
docs(*): add acknowledgment to runn project
Probitas is heavily influenced by runn's pioneering work in scenario-based testing. This acknowledgment expresses our gratitude and respect for the runn project, while making the lineage of ideas explicit to readers. Key concepts inherited from runn include ctx.previous for accessing prior step results, integration of service clients beyond traditional e2e scope, and the scenario-based execution model itself.
1 parent 4a55fbc commit 62661a6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,20 @@ Interested in contributing or maintaining Probitas? See
603603
- Architecture overview
604604
- Related repositories
605605

606+
## Acknowledgments
607+
608+
Probitas is greatly inspired by [runn](https://github.com/k1LoW/runn), an
609+
excellent scenario-based testing tool. Many core concepts in Probitas, such as:
610+
611+
- Accessing previous step results via `ctx.previous`
612+
- Integration of database clients and other service helpers beyond traditional
613+
e2e testing scope
614+
- Scenario-based workflow execution model
615+
616+
are influenced by runn's thoughtful design. We express our deep gratitude and
617+
respect to the runn project and its maintainers for pioneering this approach to
618+
scenario-based testing.
619+
606620
## License
607621

608622
See [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)