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

@ -48,6 +48,10 @@
<groupId>org.unbescape</groupId>
<artifactId>unbescape</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
<dependency>
<!-- inner lib for jboss network implementation -->
@ -110,12 +114,6 @@
<artifactId>beansbinding</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<!-- scraping lib to download and parse symbols/images/svg -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.3</version>
</dependency>
<!-- music player START -->
<dependency>