-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev UI - Test report output not visible #19374
Comments
@vgallet - I can not seem to recreate this, it looks ok on my env. Can you share more details ? Is there anything in the browsers console ? |
@vgallet also maybe open the log in and see if that is styled correctly: |
@vgallet any feedback ? |
sorry for the delay, I take a look today. which part of the style are we looking for ? |
All of them :) So check the test result page (as in your original bug report) and also open the log (as the screenshot above) Let me know. Thanks |
quarkusio#19374) Signed-off-by:Phillip Kruger <[email protected]> (cherry picked from commit c83c608)
quarkusio#19374) Signed-off-by:Phillip Kruger <[email protected]> (cherry picked from commit c83c608)
quarkusio#19374) Signed-off-by:Phillip Kruger <[email protected]> (cherry picked from commit c83c608)
Describe the bug
On Dev UI, test result output is on black background with black font color and so is not visible, as shown in the picture below.
Expected behavior
Test output should be visible.
Actual behavior
No response
How to Reproduce?
Run
mvn quarkus:dev
with continuous testing enabled.Press
d
to open Dev UIGo to Tests Results and double click on test names to see the output
Output of
uname -a
orver
Microsoft Windows [version 10.0.19042.1110]
Output of
java -version
OpenJDK 64-Bit Server VM AdoptOpenJDK-16.0.1+9 (build 16.0.1+9, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.0.3.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Additional information
Google Chrome Version 92.0.4515.131
The text was updated successfully, but these errors were encountered: