Project Number Date
My Project 1 17 May 2023, 19:43

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@checkout 10 1 2 1 2 16 1 1 2 00:00:00.231 Failed
Feature: 1st feature
00:00:00.139
Account holder withdraws cash
Given the account balance is 100 00:00:00.017
And the card is valid 00:00:00.033
And 100 is contained in the machine 00:00:00.044
When the Account Holder requests 10, entering PIN 1234 00:00:00.011
Then the ATM should dispense 10 monetary units 00:00:00.003
And the account balance should be 90 00:00:00.030
After MachineFactory.timeout() 00:00:00.061
Completed
Feature: Second feature
Tags: @checkout
00:00:00.092
Scenario Outline Account may not have sufficient funds
Account holder withdraws more cash
Hooks
Before MachineFactory.wait() 00:00:00.001
Steps
# Setting the account balance to 100
Given the account balance is 100 00:00:00.000
Hooks
Before 00:00:00.411
java.lang.Throwable
# The card is valid
# Processing should continue
And the card is valid 00:00:00.000
And the machine contains 100 00:00:00.000
When the Account Holder requests 20 00:00:00.000
Then the ATM should dispense 20 00:00:00.000
And the account balance should be 90 00:00:00.002
java.lang.AssertionError: 
Expected: is <80>
     got: <90>

	at org.junit.Assert.assertThat(Assert.java:780)
	at org.junit.Assert.assertThat(Assert.java:738)
	at net.masterthought.example.ATMScenario.checkBalance(ATMScenario.java:69)
	at ✽.And the account balance should be 90(net/masterthought/example/ATMK.feature:12)
java.lang.Throwable
<?xml version="1.0"?>
<!-- syntax highlighting through 
     custom JS / CSS resources and
     highlightjs.org -->
<xml>
  <someNode attr="value" />
</xml>
This file cannot be displayed. Use download button to get the content as file.
6�AjǺ�IܡםJ��
1,2,3
one,two,three
unu ,du,tri
And the card should be returned 00:00:00.000
{
  "model" : "134b2",
  "price" : {
    "value" : 100000,
    "currency" : "$"
  },
  "notes" : null
}
And its not implemented 00:00:00.000
Output 1

Could not connect to the server @Rocky@

Output 2

Could not connect to the server @Mike@

And the card is valid 00:00:00.000
Output 1

Checkpoints

Output 2

232

And the card should be returned 00:00:00.090
Hooks
After any.error() 00:00:00.065
Undefined step