Skip to content

Commit

Permalink
Update Lombiq.Tests.UI/Docs/Configuration.md
Browse files Browse the repository at this point in the history
Co-authored-by: Krisztián Németh <nkrisz5@gmail.com>
  • Loading branch information
DemeSzabolcs and wAsnk authored Jan 16, 2024
1 parent 27281ae commit ed36f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you want to change some HTML validation rules from only a few specific tests,
Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "TestName.htmlvalidate.json")));
```

Make sure to also include the `root` attribute and set it to `true` inside the custom `.htmlvalidate.json` and include it in the test project like this:
Make sure to also include the `root` attribute and set it to `true` inside the custom `.htmlvalidate.json` file and include it in the test project like this:

```xml
<ItemGroup>
Expand Down

0 comments on commit ed36f71

Please sign in to comment.