| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Codeception GraphWalker brings Model-based testing into Codeception.
It is inspired from GraphWalker and based on the library GraPHP.
The extension can be installed using Composer
$ composer require edno/codeception-graphwalkerAdd the GraphWalker format to the list of supported format into your suite configuration file (.suite.yml):
formats:
- edno\Codeception\GraphWalkerIn the configuration file, declare the graph algorithm class to be used and the scripts path :
graphwalker:
algorithm: Graphp\Algorithms\ShortestPath\Dijkstra
path: tests_/data/Refer to graphp/algorithms for supported algorithms.
| Back | FazBrowse Home | New Git URL |