-
docker-compose command fails
```
Output: …
-
Behat has full support for PHP 8 Attributes since version 3.10.0.
For example, this means that instead of
```
/**
* @Given something
*/
public function something() {}
```
it is now po…
-
Create behat tests for booking rules
- [x] **check UI (2** item)
- [x] **"react on event"**: multiple created
- [x] select_users
- [x] select_student_in_bo
- [x] select_teacher_in_bo
- [x] select_…
-
If eg some users need to pay for sth and some don't, currently, we need to make a price 0 and guide them via the quick checkout, as if they would pay with credits.
We could speed up the process:
…
-
I was just running behat tests against your plugin (MOODLE_401_STABLE) on M4.1.12. I get the following errors, which I've not seen before on previous runs. Moodle recently made a change to the table s…
-
When i run
`vendor/bin/behat -c tests/behavior/behat.yml "$@"`
everything works fine.
But when i run
`vendor/bin/behat --parallel-feature -c tests/behavior/behat.yml "$@"`
i get the follo…
-
Hi
I have anebaled the behat plugin via my build settings, it runs my Behat tests, but I cannot see them in the UI on the actual build
I have folloiwng in my build steps:
```
test:
php_loc:
beh…
-
Hello
thank you for this bundle!
so far it seems that behat.yaml* is evaluated only if is in the Symfony project's root directory.
It would be nice to have a less cluttered project root directory a…
-
Following https://github.com/Behat/Behat/issues/689#issuecomment-144349592 I realised behat is outdated.
On composer you've forced Behat 2.4 and Mink 1.4. Any reason why? How should we proceed to upd…
-
001 Scenario: Test condition
# availability/condition/mobileapp/tests/behat/availability_mobileapp.feature:29
And I set the following administration settings values:
# availability/condition/…