mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
447 stars 107 forks source link

Not seeing the full logs of test run #566

Closed gkzsolt closed 2 years ago

gkzsolt commented 2 years ago

OpenTest version number: 1.2.4

I installed OpenTest recently and run my first API test (similar to the sample). It runs (passes or fails) correctly, but I don't see relevant logs on the Test results Log. What I see every time is only this: Timestamp Actor Message
18:17:44   Sync server version: 1.2.4 2020-09-14 17:52:19 -0500 0aa4a9d288d4ecef4183f4fafe59fb95da7ae967
18:17:44   Acquiring actors for session 1653668264: ACTOR1
18:17:44   Session 1653668264 with label "Another test" started at 2022-05-27 16:17:44 UTC
18:17:47 ACTOR1 Actor 11457 of type ACTOR1 was acquired by test session 1653668264
18:17:47 ACTOR1 DEBUG: Test actor JAR versions:

(I see the logs on the terminal where the actor started, but that's not helpful enough.) What am I missing?

(This issue seems to be a duplicate of #488, which was closed due to inactivity. Apparently it was fixed for WEB, but not for API automation.)

adrianth commented 2 years ago

Hi @gkzsolt, this is a confirmed bug and is resolved in the beta version. You can install the beta with the command

npm install opentest@beta -g
gkzsolt commented 2 years ago

I did it, and now works. Thank you, @adrianth !