Skip to content

Commit

Permalink
[DOCS] Mention dependency to WebDriver module
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jul 16, 2023
1 parent b2d6272 commit 79010c3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ directory structure exists after the test suite is started:
A Codeception module that allows to perform actions within TYPO3
backend. It can for example be used to log into the TYPO3 backend.

> **Note**
> This module requires the [`WebDriver`](https://codeception.com/docs/modules/WebDriver)
> module to be installed and enabled.

Enable this module in your `codeception.yml` file:

```yaml
Expand All @@ -102,8 +106,9 @@ suites:

#### Configure backend users

> **Note** Backend users are not automatically created by this
> module. You need to take care of that by your own, e.g. by
> **Note**
> Backend users are not automatically created by this module.
> You need to take care of that by your own, e.g. by
> [importing static database fixtures](https://codeception.com/docs/modules/Db#SQL-data-dump)
> before tests are executed.

Expand Down

0 comments on commit 79010c3

Please sign in to comment.