-
Notifications
You must be signed in to change notification settings - Fork 3
Add colored PASS / FAIL output in terminal #1
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Feature Request
Currently CPJudge prints test results in plain text. It would be helpful to add colored output for better readability.
Proposed Behavior
Example:
Test 1 PASSED
Test 2 FAILED
Possible Implementation
Use ANSI escape codes for terminal colors in C++.
Example:
Benefit
This will make test results easier to read and improve the CLI user experience.