Black lines in command line output
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:
- Create some scenario's in CodeceptJS
- 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
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
@TetianaKhomenko please retest on the latest versions (recommend to remove node_modules)
The issue with invisible black text on a black background in the command line output after the first scenario has been resolved.