Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Repository files navigation

Codeception Graphwalker

PackagistLatest VersionBuild StatusCoverage StatusGitHub licenseFOSSA Status

Codeception GraphWalker brings Model-based testing into Codeception.

It is inspired from GraphWalker and based on the library GraPHP.

Minimum Requirements

  • Codeception ≥ 3.0
  • PHP ≥ 7.2

Installation

The extension can be installed using Composer

$ composer require edno/codeception-graphwalker

Configuration

Add the GraphWalker format to the list of supported format into your suite configuration file (.suite.yml):

formats:
- edno\Codeception\GraphWalker

In the configuration file, declare the graph algorithm class to be used and the scripts path :

graphwalker:
algorithm: Graphp\Algorithms\ShortestPath\Dijkstrapath: tests_/data/

Refer to graphp/algorithms for supported algorithms.

License

FOSSA Status

About

Model-based testing extension for Codeception

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages