swisscom/aliceconnector
composer require swisscom/aliceconnector
Neos Flow package for expressive fixture generation based on alice
1.0.0
Readme excerpt
Neos Flow Alice connectorNeos Flow package for expressive fixture generation based on Alice.
The Swisscom.AliceConnector simply provides a Context that connects your functional test cases with Alice.
Getting startedInstall the package through composer. You likely require it for dev only.
composer require --dev swisscom/aliceconnector ConfigurationSet the path to your fixture files in the Settings.yaml:
Swisscom: AliceConnector: fixtureSets: default: '%FLOW_PATH_PACKAGES%Application/Your.Package/Tests/Fixtures/{name}.yaml' Fixture creationCreate your file based Alice fixtures under the path defined in fixtureSets.
This basic example …
Read more
The same vendor provides 7 package(s).