Project Number Date
ApolloFullRunnerReport kapibary.23 31 maj 2021, 07:26

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Mode of transportation status 97 1 38 0 0 136 8 1 9 4m 52s 487ms Failed
Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 527ms
When Create default mode of transportation by API with "pba1-carrier" 513ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 579ms
And Go to mode of transportation details 278ms
Then Reject mode of transportation 167ms
And Verify that user is redirected to mode of transportation tab 461ms
Then Check if "Odrzucony" status is visible in mode of transportation table 068ms
After Hooks.deleteModeOfTransportationAfterTest() 335ms
Scenario Outline Check if mode transportation status change appropriate to performed actions by users
Steps
Given Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 2s 626ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 1s 242ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 17s 525ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 604ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 090ms
And Go to mode of transportation details 285ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 512ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 430ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 16s 152ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 641ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 092ms
And If user is login then logout 282ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 3s 023ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 651ms
And Go to mode of transportation details 388ms
And Accept "WINTER_MAPPING" document 16s 204ms
And Accept "SUMMER_MAPPING" document 16s 247ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 16s 277ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 707ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 085ms
And Go to mode of transportation details 342ms
And Approve mode of transportation 150ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 524ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 074ms
org.junit.ComparisonFailure: Status Zaakceptowany jest widoczny w tabeli expected:<[Z]aakceptowany> but was:<[Niez]aakceptowany>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at CucumberTests.ModeOfTransportation.MOTTableTest.checkIfStatusIsVisibleInCreatedMOT(MOTTableTest.java:71)
	at ✽.Check if "Zaakceptowany" status is visible in mode of transportation table(file:Features/Atom/ModeOfTransportation/MOTStatus.feature:49)
And Go to mode of transportation details 000ms
And Reject "SENSOR_CALIBRATION_CERTIFICATE" document 000ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is rejected 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zablokowany" status is visible in mode of transportation table 000ms
And Go to mode of transportation details 000ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 000ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
And Go to mode of transportation details 000ms
And Reject mode of transportation 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Odrzucony" status is visible in mode of transportation table 000ms
And Go to mode of transportation details 000ms
And Confirm mode of transportation 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
And If user is login then logout 000ms
And Login as "pba1-carrier" and set token of apiUsername "super-admin-bausch" 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Go to mode of transportation details 000ms
And Add another "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaktualizowany" status is visible in mode of transportation table 000ms
And If user is login then logout 000ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Go to mode of transportation details 000ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 000ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document is accepted 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 000ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 000ms
And Disable mode of transportation by API 000ms
And Show disabled mode of transportations in the table 000ms
And Go to the last mode of transportations table page 000ms
And Check if "Wyłączony" status is visible in mode of transportation table 000ms
After Hooks.deleteModeOfTransportationAfterTest() 516ms
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 643ms
When Create default mode of transportation by API with "pba1-carrier" 501ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 391ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 407ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 610ms
And Go to mode of transportation details 328ms
Then Approve mode of transportation 140ms
And Check if confirm mode of transportation button is visible 898ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 572ms
And Verify that user is redirected to mode of transportation tab 084ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 086ms
After Hooks.deleteModeOfTransportationAfterTest() 387ms
Given Set token of apiUsername "super-admin-bausch" 259ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 714ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 350ms
When Login as "super-admin-bausch" 2s 320ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 597ms
And Go to mode of transportation details 326ms
And Verify that MOT has "SUMMER_MAPPING" document 047ms
Then Disable "SUMMER_MAPPING" document 15s 855ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 026ms
And Check if mode of transportation has status "Zaakceptowany" 071ms
After Hooks.deleteModeOfTransportationAfterTest() 404ms
Given Set token of apiUsername "super-admin-bausch" 304ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 733ms
When Login as "super-admin-bausch" 2s 504ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 676ms
And Go to mode of transportation details 334ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 046ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 804ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 066ms
And Check if mode of transportation has status "Zablokowany" 094ms
After Hooks.deleteModeOfTransportationAfterTest() 511ms
Given Set token of apiUsername "super-admin-bausch" 273ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 475ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 377ms
When Login as "super-admin-bausch" 2s 485ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 627ms
And Go to mode of transportation details 332ms
Then Approve mode of transportation 148ms
And Check if mode of transportation has status "Niezaakceptowany" 076ms
And Check if error message is visible in mode of transportation details 237ms
After Hooks.deleteModeOfTransportationAfterTest() 382ms
Given Set token of apiUsername "super-admin-bausch" 256ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 613ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 317ms
When Login as "super-admin-bausch" 2s 307ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 585ms
And Go to mode of transportation details 377ms
And Verify that MOT has "SUMMER_MAPPING" document 034ms
Then Disable "SUMMER_MAPPING" document 15s 787ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 051ms
And Check if mode of transportation has status "Zaakceptowany" 089ms
After Hooks.deleteModeOfTransportationAfterTest() 508ms
Given Set token of apiUsername "super-admin-bausch" 298ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 681ms
When Login as "super-admin-bausch" 2s 522ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 657ms
And Go to mode of transportation details 332ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 051ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 808ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 023ms
And Check if mode of transportation has status "Zablokowany" 078ms
After Hooks.deleteModeOfTransportationAfterTest() 396ms
Given Set token of apiUsername "super-admin-bausch" 295ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 515ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 391ms
When Login as "super-admin-bausch" 2s 467ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 651ms
And Go to mode of transportation details 333ms
Then Approve mode of transportation 143ms
And Check if mode of transportation has status "Niezaakceptowany" 072ms
And Check if error message is visible in mode of transportation details 148ms
After Hooks.deleteModeOfTransportationAfterTest() 367ms