Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,20 @@ Interested in contributing or maintaining Probitas? See
- Architecture overview
- Related repositories

## Acknowledgments

Probitas is greatly inspired by [runn](https://github.com/k1LoW/runn), an
excellent scenario-based testing tool. Many core concepts in Probitas, such as:

- Accessing previous step results via `ctx.previous`
- Integration of database clients and other service helpers beyond traditional
e2e testing scope
- Scenario-based workflow execution model

are influenced by runn's thoughtful design. We express our deep gratitude and
respect to the runn project and its maintainers for pioneering this approach to
scenario-based testing.

## License

See [LICENSE](LICENSE) file for details.