Skip to content

Commit eabe5c4

Browse files
authored
Merge pull request #103 from probitas-test/acknowledgement
Add acknowledgment to runn project
2 parents 4a55fbc + 62661a6 commit eabe5c4

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)