-
The example on https://behat-drupal-extension.readthedocs.org/en/master/subcontexts.html#for-contributors shows how to create a Drupal sub context by extending the class `BehatContext`. I am unable to…
-
My scenarios are not isolated in terms of URL and page content.
```Feature: Isolation
In order to demonstrate isolation failure
As an issue reporter
I need to show that the same scenario fai…
-
Hi, i am pretty lost and feeling stupid trying to figure out how to use this spec tool. Currently I'm trying to figure out:
1. how to "run" the spreadsheet so the Overview, Diagrams and Behat shee…
-
### Environment
#### Version
```
$ composer show --latest 'oskarstark/sonata-admin-behat-context'
name : oskarstark/sonata-admin-behat-context
descrip. : a Behat Context for Sonat…
-
Having the following requirements in `require-dev` in `composer.json`:
```json
"atoum/atoum": "^4.0", (4.0.3)
"behat/behat": "^3.8", (v3.10.0)
"behat/mink-browserkit-dri…
-
I would like to use MinkContext functions in FeatureContext and other Context named as ApiContext. But when I try to use, I got below error.
Is there anyone who solved this issue? Thanks.
Step …
-
Right now, it's not possible to configure Goutte/Guzzle/cURL to ignore SSL errors.
elnur updated
10 years ago
-
**Describe the bug**
Automated tests have been failing the past couple days. It seems like it is just two test cases:
```
There were 2 errors:
1) Drupal\Tests\farm_location\Functional\Location…
-
Mink is striping out `:` from string example:
`And I fill in "time" with "10:10"` is filled out with `1010`
also
```
When I fill in the following:
| description | Some random: test descripti…
-
Hello,
Im trying to make a scenario where I first have to do some drupal things (with the drupal extension for behat) and after that check the output of a json call.
The problem is that I need a bro…