Mark Goutte, Selenium, Sahi and Zombie driver/support as abandoned (#39)

* Mark Goutte, Selenium, Sahi and Zombie driver/support as abandoned

This marks the four drivers as abandoned where the driver implementations are no longer maintained.

* Correctly indent notes so they don't break the enumeration list

* Indent a few more notes that are part of a numerated list
This commit is contained in:
Matthias Pigulla
2026-01-14 18:30:58 +01:00
committed by GitHub
parent 53dc4cec01
commit f5bd8e3d1f
7 changed files with 49 additions and 9 deletions

View File

@@ -85,10 +85,10 @@ After installing the extension, there are 4 usage options available:
}
```
> [!NOTE]
> Keep in mind, that you can not have multiple step definitions with the same regex.
> It will cause a `RedundantException`. So, you can inherit from `MinkContext`
> only with one of your context/subcontext classes.
> [!NOTE]
> Keep in mind, that you can not have multiple step definitions with the same regex.
> It will cause a `RedundantException`. So, you can inherit from `MinkContext`
> only with one of your context/subcontext classes.
3. Adding `Behat\MinkExtension\Context\MinkContext` as a context in your suite.
Exactly like the previous option, but gives you the ability to keep your main context
@@ -103,10 +103,10 @@ After installing the extension, there are 4 usage options available:
- Behat\MinkExtension\Context\MinkContext
```
> [!NOTE]
> Keep in mind, that you can not have multiple step definitions with the same regex.
> It will cause a `RedundantException`. So, you can inherit from `MinkContext`
> only with one of your context/subcontext classes.
> [!NOTE]
> Keep in mind, that you can not have multiple step definitions with the same regex.
> It will cause a `RedundantException`. So, you can inherit from `MinkContext`
> only with one of your context/subcontext classes.
4. Implementing `Behat\MinkExtension\Context\MinkAwareContext` with your context.
@@ -174,6 +174,10 @@ with support for 7 drivers out of the box:
* `GoutteDriver` - headless driver without JavaScript support. In order to use
it, modify your `behat.yml` profile:
> [!IMPORTANT]
> Support for this driver has been deprecated, since the driver package has been abandoned.
> It will be removed in the next major version of this extension.
```yaml
default:
extensions:
@@ -256,6 +260,10 @@ with support for 7 drivers out of the box:
* `SeleniumDriver` - javascript driver. In order to use it, modify your `behat.yml`
profile:
> [!IMPORTANT]
> Support for this driver has been deprecated, since the driver package has been abandoned.
> It will be removed in the next major version of this extension.
```yaml
default:
extensions:
@@ -268,6 +276,10 @@ with support for 7 drivers out of the box:
* `SahiDriver` - javascript driver. In order to use it, modify your `behat.yml`
profile:
> [!IMPORTANT]
> Support for this driver has been deprecated, since the driver package has been abandoned.
> It will be removed in the next major version of this extension.
```yaml
default:
extensions:
@@ -280,6 +292,10 @@ with support for 7 drivers out of the box:
* `ZombieDriver` - zombie.js javascript headless driver. In order to use it, modify
your `behat.yml` profile:
> [!IMPORTANT]
> Support for this driver has been deprecated, since the driver package has been abandoned.
> It will be removed in the next major version of this extension.
```yaml
default:
extensions: