File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
608622See [ LICENSE] ( LICENSE ) file for details.
You can’t perform that action at this time.
0 commit comments