tests: improved game/chat logs in load tests (now it shows in txt format instead html, example: test_TwoAIPlayGame_Multiple)

This commit is contained in:
Oleg Agafonov 2023-10-11 15:00:33 +04:00
parent fe8b8e1def
commit f653fd4c34
6 changed files with 28 additions and 21 deletions

View file

@ -313,6 +313,12 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<!-- scraping lib to download and parse html/symbols/images/svg -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.3</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>