-
My laravel version = 5.4
and my composer.json:
`"barryvdh/laravel-ide-helper": "^2.3",
"behat/behat": "^3.4",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.3",
…
-
What needs to be done before a driver will have its first release?
My recent activity related to this driver:
* added support to the PHPUnit-Mink project ( https://github.com/minkphp/phpunit-mink/…
-
Trying to figure out why my script is unable to click on a button even though it is clearly visible and within screen view. This is the only exception I am getting:
element not interactable
…
-
Do you have any info on how to include screenshots generated by Mink in the Allure reports?
-
If all this does now is extending symfony browserkit client, why not just archive it? I was so confused by this library and goutte-driver and mink-extension, the whole thing actually does not work.
…
-
I am using Ubuntu 20.04 and when I run isp executable in tv folder through the following command, it runs for a few seconds and then gives a segmentation fault.
`./isp -i input.raw -c hls_param.txt…
-
When I use the assert "assertFieldContains" on an element "select" with attribute "multiple", I have this error:
`Notice: Array to string conversion in vendor/behat/mink/src/WebAssert.php line 678`
…
-
Hi, the tests stated below are failing.
**Environment details:**
MySQL 5.7
PHP 7.4
Moodle latest MOODLE_400_STABLE
**Error details:**
**file_resources.feature - Scenario: File resources are …
-
Is there any way to use mink context with feature contex?
-
Mink has a setting called `base_url` set for all sessions. Since it's basically what Panther's `external_base_uri` is doing, it makes sense to auto-wire this option into Panther if set.