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

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
1st feature 10 0 0 0 0 10 1 0 1 00:01:39.263 Passed
Tags: @featureTag
Feature 1st feature
This is description of the feature
00:01:39.124
Perfect background
# Some comments
# Some more comments
Given I have a new credit card 00:01:39.107
This file cannot be displayed. Use download button to get the content as file.
# First comments
# Second comments
And My credit card is described as follow: 00:00:00.010
{
"issuer": {
"name": "Real Bank Inc.",
"isn:": "RB55800093842N"
},
"card_number": "4896 0215 8478 6325",
"holder": "A guy"
}
When I confirm my pin number 00:00:00.007
Müller Deutschland
Nováková Česko
Kovačević Hrvatska
Παπαδόπουλος Παπαδόπουλος
罗/羅 中國
Then the card should be activated 00:00:00.000
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