Project Number Date
ApolloFullRunnerReport develop.369 07 kwi 2021, 04:19

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Mode of transportation table 48 4 0 0 0 52 4 4 8 44s 866ms Failed
Feature Mode of transportation table
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 342ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0001" "Marka1" "Model1" "BBBB0001" 065ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0002" "Marka2" "Model2" "BBBB0002" 079ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 209ms
Then Check every filter "PBA1": "AAAA0001" "Marka1" "Model1" "BBBB0001" 15s 815ms
After Hooks.deleteAllModesOfTransportationAfterTest() 120ms
Scenario Outline Check if mode of transportation documents data are in correct columns of table
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 097ms
And Create default mode of transportation by API with "pba1-carrier" 076ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 050ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 218ms
Then Check if "SENSOR_CALIBRATION_CERTIFICATE" document data is visible in correct columns 3s 078ms
org.junit.ComparisonFailure: Dane widoczne w kolumnie 'Ważność kalibracji' są nie poprawne expected:<2022-04-0[6]> but was:<2022-04-0[7]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfDocumentDataIsVisibleInCorrectColumns(MOTTableTest.java:113)
	at ✽.Check if "SENSOR_CALIBRATION_CERTIFICATE" document data is visible in correct columns(file:Features/Atom/ModeOfTransportation/ModeOfTransportationTable.feature:34)
After Hooks.deleteModeOfTransportationAfterTest() 056ms
Scenario Outline Check if mode of transportation documents data are in correct columns of table
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 024ms
And Create default mode of transportation by API with "pba1-carrier" 112ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 044ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 198ms
Then Check if "SUMMER_MAPPING" document data is visible in correct columns 3s 086ms
org.junit.ComparisonFailure: Dane widoczne w kolumnie 'Mapowanie letnie' są nie poprawne expected:<2021-04-0[6]> but was:<2021-04-0[7]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfDocumentDataIsVisibleInCorrectColumns(MOTTableTest.java:118)
	at ✽.Check if "SUMMER_MAPPING" document data is visible in correct columns(file:Features/Atom/ModeOfTransportation/ModeOfTransportationTable.feature:34)
After Hooks.deleteModeOfTransportationAfterTest() 058ms
Scenario Outline Check if mode of transportation documents data are in correct columns of table
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 011ms
And Create default mode of transportation by API with "pba1-carrier" 069ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 044ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 213ms
Then Check if "WINTER_MAPPING" document data is visible in correct columns 3s 079ms
org.junit.ComparisonFailure: Dane widoczne w kolumnie 'Mapowanie zimowe' są nie poprawne expected:<2021-04-0[6]> but was:<2021-04-0[7]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfDocumentDataIsVisibleInCorrectColumns(MOTTableTest.java:123)
	at ✽.Check if "WINTER_MAPPING" document data is visible in correct columns(file:Features/Atom/ModeOfTransportation/ModeOfTransportationTable.feature:34)
After Hooks.deleteModeOfTransportationAfterTest() 059ms
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 991ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0001" "Marka1" "Model1" "BBBB0001" 063ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0002" "Marka2" "Model2" "BBBB0002" 269ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0003" "Marka3" "Model3" "BBBB0003" 258ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 230ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 050ms
And Go to mode of transportation details 158ms
And Update "WINTER_MAPPING" document 093ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0004" "Marka4" "Model4" "BBBB0004" 068ms
And Reject mode of transportation by API 054ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0005" "Marka5" "Model5" "BBBB0005" 239ms
And Add "WINTER_MAPPING" document to mode of transportation by API with "pba1-carrier" 047ms
And Reject "WINTER_MAPPING" document by API 060ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0006" "Marka6" "Model6" "BBBB0006" 252ms
And Disable mode of transportation by API 065ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 216ms
Then Check mode of transportation status filters 1s 633ms
After Hooks.deleteAllModesOfTransportationAfterTest() 356ms
Scenario Outline Check if dates have proper colors in MOT table [A-6761]
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 087ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0001" "Marka1" "Model1" "BBBB0001" 110ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document with "HOW_MANY_DAYS_BEFORE_DOCUMENT_EXPIRATION_DATE_CARRIER_SHOULD_BE_BLOCKED" for "bausch" to mode of transportation by API with "pba1-carrier" 050ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 221ms
Then Verify that last sensor calibrate certificate has class "red-warning" 1s 026ms
org.junit.ComparisonFailure: Oczekiwana klasa css różni się od tej w tabeli!!! expected:<[red]-warning> but was:<[yellow]-warning>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.verifyThatLastSensorCalibrateCertificateHasClass(MOTTableTest.java:134)
	at ✽.Verify that last sensor calibrate certificate has class "red-warning"(file:Features/Atom/ModeOfTransportation/ModeOfTransportationTable.feature:76)
After Hooks.deleteAllModesOfTransportationAfterTest() 051ms
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 996ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0001" "Marka1" "Model1" "BBBB0001" 068ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document with "HOW_MANY_DAYS_BEFORE_CERTIFICATE_EXPIRATION_SHOULD_MAIL_BE_SENT" for "bausch" to mode of transportation by API with "pba1-carrier" 059ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 196ms
Then Verify that last sensor calibrate certificate has class "yellow-warning" 1s 024ms
After Hooks.deleteAllModesOfTransportationAfterTest() 057ms
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 1s 002ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0001" "Marka1" "Model1" "BBBB0001" 056ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document with "" for "bausch" to mode of transportation by API with "pba1-carrier" 050ms
When Go to "MODE_OF_TRANSPORTATION_TAB" 217ms
Then Verify that last sensor calibrate certificate has class "" 1s 021ms
After Hooks.deleteAllModesOfTransportationAfterTest() 061ms