reporter icon indicating copy to clipboard operation
reporter copied to clipboard

Black lines in command line output

Open Chiel-CBTC opened this issue 2 years ago • 2 comments

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):

  • OS: Windows 11
  • Application: Command line window
  • CodeceptJS 3.3.6
  • Playwright 1.27.1
  • Testomat Reporter 1.0.3 and higher (version 1.0.2 works fine!)

Additional context

Chiel-CBTC avatar Sep 29 '23 13:09 Chiel-CBTC

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

olexandr13 avatar Jan 10 '24 19:01 olexandr13

image

image

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

AZANIR avatar Oct 07 '24 08:10 AZANIR