Christophe Sicard
Christophe Sicard
Is this related to #65?
+1 for this request
I should have begin by that My composer file: ``` json { "name": "my/project", "type": "project", "require": { "php": ">=5.4" }, "require-dev": { "behatch/contexts": "^2.3" } } ``` My Behat...
Fool I am ``` yaml default: suites: core: paths: - %paths.base%/features contexts: - FeatureContext - Sanpi\Behatch\Context\SystemContext ``` is working
Sure. For now, only `SystemContext` is able to work without `http_call` service, isn'it? It would be great to split `JsonContext` to be able to anlayse Json in a local file...
> @KarmaCop213 Generate Code option not available for GraphQL request type. Hi. Is this a feature planed? Although it would be nice to be able to generate code Graphql request,...