Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 519 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 519 Bytes

By default swift test does not highlight result in Terminal output. And it is not an easy thing to understand if tests have not passed successfully.

Instead of echo $? run a script highlighting result. For example, add this ./bin folder containing sweet-test on your path and run it from everywhere in the system like:

sweet-test

It runs on Mac OS, Mac Docker, native Linux.

There are examples on screenshots below.

Success:
success

Failure:
failure