Skip to content

Commit

Permalink
Adding instructions for integration tests in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszkubicki committed Jan 28, 2022
1 parent c109a56 commit 52589b5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@ This module will instrument the output HTML with meta data, so you should only e

Now when you load any pages they will contain meta data about block & containers.

## Integration tests

Module is dev feature and its output shouldn't be visible in integration tests. In order to
disable it for integration tests add following instruction to install-config-mysql.php:

```
'disable-modules' => implode(
',',
[
'Jh_BlockLogger'
]
),
```


## Use it with M2 Dev Tools Chrome/Firefox Extension

With this module enabled, you'll get access to all the M2 Dev Tools features.
Expand Down

0 comments on commit 52589b5

Please sign in to comment.