-
Now we're running the cucumber testate against Behat, we should also run the Behat test data against Cucumber.
The loader written for those tests should be reusable, the only downside is it'll requ…
-
see comments in https://github.com/neos/contentrepository-development-collection/pull/43
-
As a developer, I would like to be able to define, and run behat tests on my Aquifer project easily.
Using behat should include the following steps:
- Install aquifer-behat: `aquifer extension-add aq…
-
We need to have good Behat tests for all the things
-
Currently most of out internal tests use files which are generated on the fly with steps like:
```
Given a file named "features/apples.feature" with:
"""
.... some content
"…
-
Behat has full support for PHP 8 Attributes since version 3.10.0.
For example, this means that instead of
```
/**
* @Given something
*/
public function something() {}
```
it is now po…
-
-
# Summary
- [ ] What does a `name` filter refer to?
- [ ] Plural `tags` + `--help` make valid configuration values for `filter` options ambiguous (string only? array?)
- [ ] It should be noted t…
ash-m updated
3 weeks ago
-
When using this driver from behat, there is no way of setting the browser commandline args (ie. --headless or --start-maximized for chrome).
mink-selenium2-driver allows to specify chromeOptions un…
-
Hi,
A few days ago I found some behaviour of which I'm not sure whether it's a bug or a feature. In my `behat.yml` I have defined multiple suites, and in my contexts I have also defined a `@BeforeS…