Project Number Date
Live Demo Project 101 03 May 2024, 09:45

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 0.231 Failed
Feature: 1st feature
0.139
Account holder withdraws cash
Given the account balance is 100 0.017
And the card is valid 0.033
And 100 is contained in the machine 0.044
When the Account Holder requests 10, entering PIN 1234 0.011
Then the ATM should dispense 10 monetary units 0.003
And the account balance should be 90 0.030
max min
20 3
After MachineFactory.timeout() 0.060
Completed
Feature: Second feature
Tags: @checkout
0.092
Scenario Outline Account may not have sufficient funds
Account holder withdraws more cash
Hooks
Before MachineFactory.findCashMachine() 0.010
Output 1

System version: beta3

Before MachineFactory.wait() 0.001
Steps
# Setting the account balance to 100
Given the account balance is 100 0.000
Hooks
Before 0.410
java.lang.Throwable
# The card is valid
# Processing should continue
And the card is valid 0.000
After StepHook.afterStep() 0.410
And the machine contains 100 0.000
When the Account Holder requests 20 0.000
Then the ATM should dispense 20 0.000
And the account balance should be 90 0.001
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.
Not Base64 Encoded String
1,2,3
one,two,three
unu ,du,tri
And the card should be returned 0.000
{
  "model" : "134b2",
  "price" : {
    "value" : 100000,
    "currency" : "$"
  },
  "notes" : null
}
And its not implemented 0.000
Output 1

Could not connect to the server @Rocky@

Output 2

Could not connect to the server @Mike@

And the card is valid 0.000
Output 1

Checkpoints

232

And the card should be returned 0.090
Hooks
After any.error() 0.064
Undefined step