Skip to content
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

Merged
merged 5 commits into from
Sep 28, 2024

Conversation

barbaragr
Copy link
Contributor

🎫 Issue IBX-8708

Description:

For QA:

Documentation:

@barbaragr barbaragr changed the base branch from main to 4.6 September 18, 2024 11:41

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`
Copy link
Contributor

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.
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

sonarcloud bot commented Sep 19, 2024

@adamwojs adamwojs merged commit 3ea6cdb into 4.6 Sep 28, 2024
13 checks passed
@adamwojs adamwojs deleted the ibx-8708-update-doc-section-in-behat-repository branch September 28, 2024 14:59
@adamwojs
Copy link
Member

You can merge it up @barbaragr

@barbaragr
Copy link
Contributor Author

You can merge it up @barbaragr

Done 🎉 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants