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
@fast 6 0 0 0 0 6 1 0 1 00:00:00.139 Passed
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