Project Number Date
Customer Self Service 1 06 Mar 2022, 20:36

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@sql-insert 2 0 0 0 0 2 1 0 1 0.000 Passed
0.000
Before io.virtualan.cucumblan.core.BaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Before io.virtualan.cucumblan.core.DBBaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Before io.virtualan.cucumblan.core.MsgBaseStepDefinition.before(io.cucumber.java.Scenario) 0.000
Given as a user perform sql query action 0.000
When execute INSERT for the given sql details on the on employee 0.000
insert into employees (emp_no,birth_date,first_name,last_name, gender,hire_date) values (1, DATE '1983-11-17','Danny', 'Ray', 'Male',DATE '2012-03-24')