mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
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:
parent
fe8b8e1def
commit
f653fd4c34
6 changed files with 28 additions and 21 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue