forked from jmbruel/bdd-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.txt
16 lines (16 loc) · 948 Bytes
/
report.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Scenario Outline: Checking if it's Friday # hellocucumber/is_it_friday_yet.feature:13
Given today is "anything else!" # hellocucumber.StepDefinitions.today_is(java.lang.String)
When I ask whether it's Friday yet # hellocucumber.StepDefinitions.i_ask_whether_it_s_friday_yet()
Then I should be told "Nope" # hellocucumber.StepDefinitions.i_should_be_told(java.lang.String)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in hellocucumber.RunCucumberTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.054 s
[INFO] Finished at: 2025-01-17T22:14:27+01:00
[INFO] ------------------------------------------------------------------------