Project Number Date
ApolloFullRunnerReport 2021.AT1.23 28 lip 2021, 07:05

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Transport Form - Discrepancy Report scenarios 71 2 4 0 0 77 9 2 11 4m 56s 034ms Failed
Feature Transport Form - Discrepancy Report scenarios
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 331ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 516ms
And Go to transport details "DELIVERY" 2s 763ms
When Open section: "discrepancy-report-panel" 1s 055ms
Then Verify that no discrepancies found label is visible in discrepancy report section 060ms
And Select "NIE" in the "insp.-accord.-with-ins." 2s 425ms
And Verify that discrepancy report custom fields are visible in discrepancy report section 081ms
After Hooks.deleteTransportAfterTest() 171ms
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 254ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 509ms
When Go to transport details "DELIVERY" 2s 725ms
Then Verify that discrepancy report section is available 027ms
And Open section: "discrepancy-report-panel" 1s 063ms
And Verify that generate new discrepancy report button is visible 033ms
After Hooks.deleteTransportAfterTest() 214ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 234ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 1s 424ms
When Go to transport details "OWN_COLLECTION" 2s 670ms
Then Verify that discrepancy report section is available 038ms
And Open section: "discrepancy-report-panel" 1s 050ms
And Verify that generate new discrepancy report button is visible 021ms
After Hooks.deleteTransportAfterTest() 163ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 239ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 1s 380ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 491ms
Then Verify that discrepancy report section is available 026ms
And Open section: "discrepancy-report-panel" 1s 054ms
And Verify that generate new discrepancy report button is visible 027ms
After Hooks.deleteTransportAfterTest() 180ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 255ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 488ms
When Go to transport details "EXPORT" 3s 713ms
Then Verify that discrepancy report section is available 022ms
And Open section: "discrepancy-report-panel" 1s 062ms
And Verify that generate new discrepancy report button is visible 023ms
After Hooks.deleteTransportAfterTest() 179ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 269ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 215ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 655ms
Then Verify that discrepancy report section is available 027ms
And Open section: "discrepancy-report-panel" 1s 052ms
And Verify that generate new discrepancy report button is visible 025ms
After Hooks.deleteTransportAfterTest() 145ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 299ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 1s 477ms
When Go to transport details "CISTERN_DELIVERY" 2s 529ms
Then Verify that discrepancy report section is not available 15s 043ms
After Hooks.deleteTransportAfterTest() 194ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 353ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 1s 428ms
When Go to transport details "CISTERN_COLLECTION" 2s 454ms
Then Verify that discrepancy report section is not available 15s 020ms
After Hooks.deleteTransportAfterTest() 200ms
Before Hooks.showScenarioName(Scenario) 002ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 381ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 241ms
When Go to transport details "WEIGHING" 2s 339ms
Then Verify that discrepancy report section is not available 15s 018ms
After Hooks.deleteTransportAfterTest() 140ms
Scenario Outline Check if discrepancy report is properly generated
Before Hooks.showScenarioName(Scenario) 000ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 329ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 589ms
When Go to "TRANSPORT_TABLE" 155ms
And Go to transport details "DELIVERY" 2s 740ms
And Change filled value in details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 468ms
And Change filled value in details "unloaded-stere" "text" "3" "0" 1s 316ms
And Open section: "discrepancy-report-panel" 1s 054ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 036ms
And Fill transport form 35s 499ms
And Fill discrepancy report section without closing the form 19s 367ms
And Generate discrepancy report 17s 356ms
And Download discrepancy report 151ms
Then Verify that discrepancy report file has correct values 15s 149ms
java.nio.file.NoSuchFileException: /home/teamcity/Downloads/70_2021_1.pdf
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
	at java.nio.file.Files.newOutputStream(Files.java:216)
	at java.nio.file.Files.copy(Files.java:3016)
	at Utils.FileUtil.checkIfFileExist(FileUtil.java:45)
	at Utils.FileUtil.getPdfFileText(FileUtil.java:28)
	at CucumberTests.Transport.TransportFormTest.verifyThatDiscrepancyReportFileHasCorrectValues(TransportFormTest.java:256)
	at ✽.Verify that discrepancy report file has correct values(file:Features/Atom/Transport/TransportForm/DiscrepancyReport.feature:77)
After Hooks.deleteTransportAfterTest() 198ms
Scenario Outline Check if edited discrepancy report is properly generated
Before Hooks.showScenarioName(Scenario) 001ms
Steps
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 356ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 523ms
When Go to "TRANSPORT_TABLE" 115ms
And Go to transport details "DELIVERY" 2s 755ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 036ms
And Fill transport form 35s 558ms
And Open section: "discrepancy-report-panel" 1s 072ms
And Fill discrepancy report section without closing the form 19s 411ms
And Generate discrepancy report 16s 823ms
And Download discrepancy report 120ms
And Verify that discrepancy report file has correct values 15s 140ms
java.nio.file.NoSuchFileException: /home/teamcity/Downloads/71_2021_1.pdf
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
	at java.nio.file.Files.newOutputStream(Files.java:216)
	at java.nio.file.Files.copy(Files.java:3016)
	at Utils.FileUtil.checkIfFileExist(FileUtil.java:45)
	at Utils.FileUtil.getPdfFileText(FileUtil.java:28)
	at CucumberTests.Transport.TransportFormTest.verifyThatDiscrepancyReportFileHasCorrectValues(TransportFormTest.java:256)
	at ✽.Verify that discrepancy report file has correct values(file:Features/Atom/Transport/TransportForm/DiscrepancyReport.feature:94)
And Fill edited discrepancy report section 000ms
And Generate edited discrepancy report 000ms
And Download discrepancy report 000ms
Then Verify that discrepancy report file has correct values 000ms
After Hooks.deleteTransportAfterTest() 310ms