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

Extending the BaseContext for some accesibility checks. Plan to add these as well: * Headings: ** each page should have one and only one H1 element. ** the H1 element...

I am trying this test on Symfony app ``` Scenario: As logged User I cannot get attachment other users uploaded Given I send a POST request to "/rest/index.php" with parameters:...

It make it possible to press a specific keyboard key. ``` (I )press key :char (I )press key :char on :element ``` example: ``` Then I press key "r" Then...

`print output` action and on failed tests. Related to #149

Basically I want to check if a node is an array. But by writing it this way you can also check for string, integer and float.

added additional documents, added examples to all step definitions for additional clarity when running 'behat -di' or 'behat -dl'

Hi there, In my case have had multiple query params sod did not wanted to have them in url (readability reasons). Also needed to check for specific text in response...

My application provides the schema I am using for validation. The JsonContext ultimately enforces that all schemas be a local file on disk, though otherwise file_get_contents() can retrieve the URL...

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...

Having looked through the source, I found this within the RSS2.0 XSD being used: ``` ``` The minOccurs=1 is causing some of my tests to fail when they should not.