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

docs: remove old symfony integration info and add new page with main Behat integrations #169

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

carlos-granados
Copy link
Contributor

Includes documentation about integrations with Mink, Symfony and Drupal.

In the end I did not add the mention of the integration with Laravel because the repository that has this extension (https://github.com/laracasts/Behat-Laravel-Extension) has not been updated for more than 6 years and does not work with more recent versions of Laravel. There is a more recent fork (https://github.com/soulcodex/laravel-behat) but seems much less popular. It looks like the Laravel community lost interest in Behat once Laravel Dusk was launched in 2017. I wonder if there may be a way to win them back 😄

Fixes #165 and #158

@carlos-granados
Copy link
Contributor Author

@acoulton your input as a native English speaker is more than welcome 😄

Copy link
Contributor

@acoulton acoulton left a comment

Choose a reason for hiding this comment

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

Your English is great :) One small suggestion on content.

Comment on lines 13 to 14
interactions of users with a web page. It provides a number of drivers for tools like
Selenium or Goutte to implement these capabilities.
Copy link
Contributor

Choose a reason for hiding this comment

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

Possibly worth mentioning the Chrome DevTools driver (which AFAIK is not official, hence changing "provides" to "supports") partly because it's useful, but also because some new people might have heard of that technology but not yet come across Selenium / BrowserKit?

I'd also suggest listing BrowserKit over Goutte, which is now deprecated & archived.

Suggested change
interactions of users with a web page. It provides a number of drivers for tools like
Selenium or Goutte to implement these capabilities.
interactions of users with a web page. It supports a number of drivers for tools like
Selenium, BrowserKit, and Chrome DevTools Protocol to implement these capabilities.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, updated!

@acoulton acoulton merged commit 54fe49f into Behat:v3.0 Nov 8, 2024
1 check passed
@carlos-granados carlos-granados deleted the add-integrations branch November 8, 2024 13:30
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.

Provide more information about Mink
2 participants