contexts
contexts copied to clipboard
Behat extension with most custom helper steps
Fixes #263
I'm storing postal codes as string (because it's a [recommended way](https://stackoverflow.com/a/893489/2257664)), when I store a postal code like `44000` in my API, it's stored as a string and data is...
After release v3.2.0 with feature: "Allows parameters with dot" #258 arrays in request didn't work as before. Feature: ``` And I send a "POST" request to "/api/supplier" with parameters: |...
I suggest to use [httpbin](https://httpbin.org/) to replace www fixture and make tests more readable.
Hi ```feature Scenario: Check that an email is sent when submitting a contact form When I send a "POST" request to "/contact_form/send?site_id=2&contact_form_id=1" with parameters: | key | value | |...
Hello, I am using the behatch browser context a lot. Thanks for the great work! But because I got lots of different production/staging/dev websites with different languages and/or texts for...
Hi, I wanted to update from 2.7.1 to 3.0.1 today, and by doing so, I am facing fail in my test suite. I have a suite of scenario that are...
Why the following extension configuration is used in [behat.yml.dist](https://github.com/Behatch/contexts/blob/master/behat.yml.dist#L19): (1) `Behat\MinkExtension\ServiceContainer\MinkExtension`? In [documentation of Mink Extension](https://github.com/Behat/MinkExtension/blob/master/doc/index.rst) and [Symfony2Extension](https://github.com/Behat/Symfony2Extension/blob/master/doc/index.rst) as an example is used (2) `Behat\MinkExtension`. I noticed different behaviour with...
On the RestContext, we need to add quotes on the following to steps around the method name: - @Given /^I send a (?P[A-Z]+) request on "(?P[^"]*)"$/ - @Given /^I send...