contexts icon indicating copy to clipboard operation
contexts copied to clipboard

Behat extension with most custom helper steps

Results 58 contexts issues
Sort by recently updated
recently updated
newest added

I did a wholesale `composer update` then started getting... ``` Call to a member function source() on null ``` ...which happens in `\Behat\Mink\Driver\Selenium2Driver::getContent()` when `\Behat\Mink\Driver\Selenium2Driver::$webDriver` is `null`. I've done a...

Can PHP 5.5 and 5.6 be removed from configuration? Can Symfony 2 can be dropped from `composer.json`? It's not supported anymore: https://symfony.com/releases/2.8 But it can be interesting to still support...

All tests fail for now: https://travis-ci.org/github/Behatch/contexts/builds/705789444

I accidentaly wrote this in a test: ``` And the JSON node "root[0].createdAt" should not be null And the JSON node "root[0].createdAt" should not exist ``` The expected behaviour is...

This PR updates dependencies and bumps PHP to >=7.2.

Hi, Can you help me please? I have this error when i extends my class with JsonContext or RestContext. my conf behat.yml ``` suites: default: contexts: - behatch:context:json - behatch:context:rest...

Hi, I would like to test end-to-end functionality of my API. Is there any one i can grab the ID of an an entity i've just created, and then use...

question

Hi Currently when we use `@Then the JSON should be valid according to this schema:` step, the JSON payload is not validated against the given schema. Here is the test...

For my projects I'm working on long list like: And the JSON nodes should be equal to: | data[0].id| 123 | | data[0].mailId| 456 | | data[0].phoneId| 789 | |...