testomatio / reporter

Testomatio Reporter
124 stars 22 forks source link

Black lines in command line output #217

Open Chiel-CBTC opened 1 year ago

Chiel-CBTC commented 1 year ago

Describe the bug When I run my tests in a command line window, lots of lines are printed in black. Because the background of my command line window is black, the lines are not visible. The lines are not empty, because they become visible when you copy and paste them in e.g. notepad++.

To Reproduce Steps to reproduce the behavior:

  1. Create some scenario's in CodeceptJS
  2. Run them from the command line. I did this by running a batch file, containing:
set TESTOMATIO=<testomat-api-key>
call npx codeceptjs run --steps --plugins testomat

Expected Behavior Tests are run and all output is visible

Actual Result The command line output is visible during the first scenario. After the first scenario, a lot of lines are printed in black. See the screenshot below.

Screenshots image

Desktop (please complete the following information):

Additional context

olexandr13 commented 9 months ago

@TetianaKhomenko please retest on the latest versions (recommend to remove _nodemodules)

AZANIR commented 2 weeks ago

image

image

The issue with invisible black text on a black background in the command line output after the first scenario has been resolved.