-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-8708: Updated doc section in ibexa/behat repository #122
IBX-8708: Updated doc section in ibexa/behat repository #122
Conversation
doc/running_tests.md
Outdated
|
||
Another way is to use the Selenium Server Docker container and setting it up manually. Look at [ezplatform's .env file](https://github.com/ezsystems/ezplatform/blob/master/.env#L17) for the currently used version. | ||
Another way is to use the Selenium Server Docker container and setting it up manually. Look at [manifest.json file](https://github.com/ibexa/recipes-dev/blob/master/ibexa/docker/4.6/manifest.json#L23) for the currently used version. | ||
|
||
It can be set up using: | ||
`docker run -p 4444:4444 -p 5900:5900 --shm-size=1gb -d --name=containerName selenium/standalone-chrome-debug:3.141.59` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This selenium image is 4 years old, maybe lets add here link for https://github.com/SeleniumHQ/docker-selenium 🤔
doc/extending.md
Outdated
@@ -2,20 +2,20 @@ | |||
|
|||
There are two extension points: | |||
- ## Support for custom Field Types | |||
If you want BehatBundle to support your custom Field Type when generating Content items you need to implement `EzSystems\Behat\API\ContentData\FieldTypeData\FieldTypeDataProviderInterface` and tag the service with the `ezplatform.behat.fieldtype_data_provider` tag. | |||
If you want BehatBundle 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BehatBundle is now just behat repository, so it should be adjust in all places in this doc.
doc/features.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In https://github.com/ibexa/behat/blob/4.6/doc/features.md?plain=1#L13 admin tag is obsolete (see please https://issues.ibexa.co/browse/IBX-3658), it is not needed here.
Quality Gate passedIssues Measures |
You can merge it up @barbaragr |
Done 🎉 💪 |
Description:
For QA:
Documentation: