ScenarioStateBehatExtension
ScenarioStateBehatExtension copied to clipboard
Provide a way to share scenario state through steps
This repository is not maintained anymore, it should be archived
Set minimum php version to 7.0. Builds on php 5 are failing and I don’t see the point to take time to maintain them.
I really like the idea behind this extension. > But, when you are testing a stateless system, chiefly an API, then the resulting state of our steps is handled by...
# Context For now (as of v1.0.x), we have implemented our business needs (share some state within a scenario) with a convenient DX way: injecting scenario state through steps’ methods...