From 12e1b80642c0134058560717e6412bd5ec5bc407 Mon Sep 17 00:00:00 2001 From: barbaragr Date: Thu, 19 Sep 2024 14:47:23 +0200 Subject: [PATCH] ibexa/behat fixes --- doc/extending.md | 2 +- doc/getting_started.md | 2 +- doc/running_tests.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/extending.md b/doc/extending.md index d84ac1b..1a747bf 100644 --- a/doc/extending.md +++ b/doc/extending.md @@ -2,7 +2,7 @@ There are two extension points: - ## Support for custom Field Types -If you want Behat to support your custom Field Type when generating Content items you need to implement `Ibexa\Behat\API\ContentData\FieldTypeData\FieldTypeDataProviderInterface` and tag the service with the `ibexa.behat.fieldtype_data_provider` tag. +If you want ibexa/behat to support your custom Field Type when generating Content items you need to implement `Ibexa\Behat\API\ContentData\FieldTypeData\FieldTypeDataProviderInterface` and tag the service with the `ibexa.behat.fieldtype_data_provider` tag. Example service definition: ``` diff --git a/doc/getting_started.md b/doc/getting_started.md index c8fc61d..fab39a5 100644 --- a/doc/getting_started.md +++ b/doc/getting_started.md @@ -1,6 +1,6 @@ # Getting started -Ibexa behat repository was created to make development of [Behat](https://behat.org/en/latest/) tests for Ibexa DXP easier and quicker. If you're new to Behat you can get familiar with it by browsing [Behat's documentation](https://docs.behat.org/en/latest/guides.html). +Ibexa/behat repository was created to make development of [Behat](https://behat.org/en/latest/) tests for Ibexa DXP easier and quicker. If you're new to Behat you can get familiar with it by browsing [Behat's documentation](https://docs.behat.org/en/latest/guides.html). # How can I use Behat in my project? diff --git a/doc/running_tests.md b/doc/running_tests.md index 5ebeea3..922d57c 100644 --- a/doc/running_tests.md +++ b/doc/running_tests.md @@ -2,7 +2,7 @@ ## Configuration -In order to use behat you need to use `behat` Symfony environment (which is defined in Ibexa by default). It is also recommended to run in enabled debug mode, which gives you more detailed browser screenshots in case of failure. +In order to use ibexa/behat you need to use `behat` Symfony environment (which is defined in Ibexa by default). It is also recommended to run in enabled debug mode, which gives you more detailed browser screenshots in case of failure. The standard behat configuration file is [behat_ibexa_oss.yaml](https://github.com/ibexa/behat/blob/4.6/behat_ibexa_oss.yaml), located in ibexa/behat directory. There you can: - in the `Behat\MinkExtension` section: @@ -37,7 +37,7 @@ After the container is set up correctly you need to adjust the configuration of ### Running standard Behat tests -Behat comes with a wrapper for the standard Behat runner: [ibexabehat](https://github.com/ibexa/behat/blob/4.6/bin/ibexabehat) to make running tests in parallel easier. +Ibexa/behat comes with a wrapper for the standard Behat runner: [ibexabehat](https://github.com/ibexa/behat/blob/4.6/bin/ibexabehat) to make running tests in parallel easier. Use: ```