-
Currently, the behat suite is not covering the extension. It is an example project *using* the extension to cover the example-app. This has several drawbacks:
- it does not allow you to cover error…
-
The following doesn't work with goutte and selenium2 driver
``` gherkin
Feature: checkbox
Scenario: checkbox check
Given I am on "http://127.0.0.1:8080/form.html"
And the "fuuu" checkbox …
-
I'm using junit to collect tests result and not all tests results are written.
It seems like only the last process (suite) is writing the results.
My behat.yml:
```
default:
formatters:
…
-
I was hoping this extension would work out-of-box for lumen, but I get
PHP Fatal error: Call to undefined method Laravel\Lumen\Application::loadEnvironmentFrom() in vendor/laracasts/behat-laravel-ex…
-
Using show_cmd and show_auto parameter in behat.yml file under mink extension. Run feature file through phantomjs. Phantomjs running through command "phantomjs --webdriver=8643". show_cmd parameter sa…
-
There's been a little discussion in Cucumber around the idea of exposing actions within steps to formatters.
An idea for this in PHP would be to expose a Logger of some sort inside Contexts (We cou…
-
**What is the issue?**
Behat allows for the following config locations:
> Behat will look for files named behat.yaml, behat.yml, behat.yaml.dist, behat.yml.dist (in this order). It will first t…
-
I am trying to make behat work with symfony/apiplatform and can't even get past installation.
Whenever I run "vendor/behat/behat/bin/behat", I am greeted with ``` `FeatureContext` context class not…
-
For now we have two types of Elements, but they do the same things, and have the same purpose.
First of all Elements configuration must be unified.
I suggest to add names for Custom elements, and add …
-
This is not working with new version of Laravel.
Also behat/mink-extension doesn't work with new symfony kernel.
I found solution for that, and used friends-of-behat/symfony-extension, but then th…