-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
After trying the little example ("a pair of numbers") from the README.md page in a Maven project, I can't see the expected output:
a pair of numbers
2 / 4 is two
8 / 4 is two
but instead this:
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.example.BehaveTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec - in org.example.BehaveTest
Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
How to enable the expected output from above (at least one line for each ran test)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels