Project Number Date
ApolloFullRunnerReport kapibary.19 27 maj 2021, 08:37

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 54s 583ms Failed
Feature Mode of transportation status
Given Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 2s 589ms
When Create default mode of transportation by API with "pba1-carrier" 573ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 595ms
And Go to mode of transportation details 321ms
Then Reject mode of transportation 155ms
And Verify that user is redirected to mode of transportation tab 470ms
Then Check if "Odrzucony" status is visible in mode of transportation table 094ms
After Hooks.deleteModeOfTransportationAfterTest() 353ms
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 552ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 1s 186ms
And Create mode of transportation with "AAAA0000" "Marka" "Model" "BBBB0000" 17s 677ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 563ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 097ms
And Go to mode of transportation details 262ms
And Add "WINTER_MAPPING" document to mode of transportation 15s 494ms
And Add "SUMMER_MAPPING" document to mode of transportation 15s 507ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation 16s 176ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 749ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 099ms
And If user is login then logout 336ms
And Login as "bausch-admin" and set token of apiUsername "super-admin-bausch" 3s 098ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 787ms
And Go to mode of transportation details 375ms
And Accept "WINTER_MAPPING" document 16s 247ms
And Accept "SUMMER_MAPPING" document 16s 202ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document 16s 436ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 666ms
And Check if "Niezaakceptowany" status is visible in mode of transportation table 097ms
And Go to mode of transportation details 330ms
And Approve mode of transportation 167ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 507ms
And Check if "Zaakceptowany" status is visible in mode of transportation table 076ms
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 675ms
When Create default mode of transportation by API with "pba1-carrier" 488ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 382ms
And Accept "SENSOR_CALIBRATION_CERTIFICATE" document by API 402ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 627ms
And Go to mode of transportation details 335ms
Then Approve mode of transportation 196ms
And Check if confirm mode of transportation button is visible 921ms
Then Go to "MODE_OF_TRANSPORTATION_TAB" 683ms
And Verify that user is redirected to mode of transportation tab 090ms
Then Check if "Zaakceptowany" status is visible in mode of transportation table 090ms
After Hooks.deleteModeOfTransportationAfterTest() 372ms
Given Set token of apiUsername "super-admin-bausch" 222ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 605ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 338ms
When Login as "super-admin-bausch" 2s 525ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 579ms
And Go to mode of transportation details 352ms
And Verify that MOT has "SUMMER_MAPPING" document 038ms
Then Disable "SUMMER_MAPPING" document 15s 857ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 067ms
And Check if mode of transportation has status "Zaakceptowany" 094ms
After Hooks.deleteModeOfTransportationAfterTest() 405ms
Given Set token of apiUsername "super-admin-bausch" 235ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 759ms
When Login as "super-admin-bausch" 2s 668ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 645ms
And Go to mode of transportation details 347ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 107ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 820ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 031ms
And Check if mode of transportation has status "Zablokowany" 080ms
After Hooks.deleteModeOfTransportationAfterTest() 486ms
Given Set token of apiUsername "super-admin-bausch" 264ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 494ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 376ms
When Login as "super-admin-bausch" 2s 558ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 667ms
And Go to mode of transportation details 331ms
Then Approve mode of transportation 160ms
And Check if mode of transportation has status "Niezaakceptowany" 067ms
And Check if error message is visible in mode of transportation details 238ms
After Hooks.deleteModeOfTransportationAfterTest() 373ms
Given Set token of apiUsername "super-admin-bausch" 240ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 724ms
And Add "SUMMER_MAPPING" document to mode of transportation by API with "pba1-carrier" 372ms
When Login as "super-admin-bausch" 2s 763ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 551ms
And Go to mode of transportation details 365ms
And Verify that MOT has "SUMMER_MAPPING" document 045ms
Then Disable "SUMMER_MAPPING" document 15s 839ms
And Verify that "SUMMER_MAPPING" document disappeared from MOT details 15s 083ms
And Check if mode of transportation has status "Zaakceptowany" 091ms
After Hooks.deleteModeOfTransportationAfterTest() 422ms
Given Set token of apiUsername "super-admin-bausch" 250ms
And Create accepted mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 1s 695ms
When Login as "super-admin-bausch" 2s 554ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 619ms
And Go to mode of transportation details 335ms
And Verify that MOT has "SENSOR_CALIBRATION_CERTIFICATE" document 039ms
Then Disable "SENSOR_CALIBRATION_CERTIFICATE" document 15s 817ms
And Verify that "SENSOR_CALIBRATION_CERTIFICATE" document disappeared from MOT details 15s 064ms
And Check if mode of transportation has status "Zablokowany" 085ms
After Hooks.deleteModeOfTransportationAfterTest() 471ms
Given Set token of apiUsername "super-admin-bausch" 260ms
And Create mode of transportation by API with "pba1-carrier": "AAAA0000" "Model" "Marka" "BBBB0000" 471ms
And Add "SENSOR_CALIBRATION_CERTIFICATE" document to mode of transportation by API with "pba1-carrier" 386ms
When Login as "super-admin-bausch" 2s 600ms
And Go to "MODE_OF_TRANSPORTATION_TAB" 626ms
And Go to mode of transportation details 324ms
Then Approve mode of transportation 214ms
And Check if mode of transportation has status "Niezaakceptowany" 069ms
And Check if error message is visible in mode of transportation details 155ms
After Hooks.deleteModeOfTransportationAfterTest() 368ms