Project Number Date
ApolloFullRunnerReport 2021.AT1.24 29 lip 2021, 03:52

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 53s 139ms 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 305ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 420ms
And Go to transport details "DELIVERY" 2s 723ms
When Open section: "discrepancy-report-panel" 1s 059ms
Then Verify that no discrepancies found label is visible in discrepancy report section 055ms
And Select "NIE" in the "insp.-accord.-with-ins." 2s 403ms
And Verify that discrepancy report custom fields are visible in discrepancy report section 090ms
After Hooks.deleteTransportAfterTest() 105ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 225ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 375ms
When Go to transport details "DELIVERY" 2s 686ms
Then Verify that discrepancy report section is available 023ms
And Open section: "discrepancy-report-panel" 1s 065ms
And Verify that generate new discrepancy report button is visible 034ms
After Hooks.deleteTransportAfterTest() 116ms
Before Hooks.showScenarioName(Scenario) 000ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 219ms
And Create transport "CREATE_OWN_COLLECTION" by JSON file as "super-admin-hochland" 1s 340ms
When Go to transport details "OWN_COLLECTION" 2s 578ms
Then Verify that discrepancy report section is available 017ms
And Open section: "discrepancy-report-panel" 1s 058ms
And Verify that generate new discrepancy report button is visible 029ms
After Hooks.deleteTransportAfterTest() 124ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 220ms
And Create transport "CREATE_OWN_COLLECTION_POWDER_FACTORY" by JSON file as "super-admin-hochland" 1s 311ms
When Go to transport details "OWN_COLLECTION_POWDER_FACTORY" 2s 457ms
Then Verify that discrepancy report section is available 022ms
And Open section: "discrepancy-report-panel" 1s 054ms
And Verify that generate new discrepancy report button is visible 030ms
After Hooks.deleteTransportAfterTest() 116ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 188ms
And Create transport "CREATE_EXPORT" by JSON file as "super-admin-hochland" 1s 399ms
When Go to transport details "EXPORT" 3s 511ms
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 030ms
After Hooks.deleteTransportAfterTest() 107ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 257ms
And Create transport "CREATE_TRANSFER_BETWEEN_WAREHOUSES" by JSON file as "super-admin-hochland" 1s 174ms
When Go to transport details "TRANSFER_BETWEEN_WAREHOUSES" 2s 648ms
Then Verify that discrepancy report section is available 023ms
And Open section: "discrepancy-report-panel" 1s 058ms
And Verify that generate new discrepancy report button is visible 033ms
After Hooks.deleteTransportAfterTest() 065ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 180ms
And Create transport "CREATE_CISTERN_DELIVERY" by JSON file as "super-admin-hochland" 1s 299ms
When Go to transport details "CISTERN_DELIVERY" 2s 454ms
Then Verify that discrepancy report section is not available 15s 030ms
After Hooks.deleteTransportAfterTest() 106ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 300ms
And Create transport "CREATE_CISTERN_COLLECTION" by JSON file as "super-admin-hochland" 1s 321ms
When Go to transport details "CISTERN_COLLECTION" 2s 413ms
Then Verify that discrepancy report section is not available 15s 040ms
After Hooks.deleteTransportAfterTest() 108ms
Before Hooks.showScenarioName(Scenario) 001ms
Given Login as "hochland-admin" and set token of apiUsername "super-admin-hochland" 1s 316ms
And Create transport "CREATE_WEIGHING" by JSON file as "super-admin-hochland" 1s 239ms
When Go to transport details "WEIGHING" 2s 361ms
Then Verify that discrepancy report section is not available 15s 051ms
After Hooks.deleteTransportAfterTest() 086ms
Scenario Outline Check if 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 318ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 396ms
When Go to "TRANSPORT_TABLE" 146ms
And Go to transport details "DELIVERY" 2s 687ms
And Change filled value in details "warehouseman" "select" "Dorosz Mieczysław" "0" 3s 479ms
And Change filled value in details "unloaded-stere" "text" "3" "0" 1s 319ms
And Open section: "discrepancy-report-panel" 1s 067ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 038ms
And Fill transport form 35s 686ms
And Fill discrepancy report section without closing the form 19s 379ms
And Generate discrepancy report 16s 745ms
And Download discrepancy report 159ms
Then Verify that discrepancy report file has correct values 15s 170ms
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() 138ms
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 326ms
And Create transport "CREATE_DELIVERY" by JSON file as "super-admin-hochland" 1s 382ms
When Go to "TRANSPORT_TABLE" 134ms
And Go to transport details "DELIVERY" 2s 685ms
And Get inputs from database "EDIT_DELIVERY" "super-admin-hochland" 037ms
And Fill transport form 35s 660ms
And Open section: "discrepancy-report-panel" 1s 068ms
And Fill discrepancy report section without closing the form 19s 436ms
And Generate discrepancy report 16s 275ms
And Download discrepancy report 154ms
And Verify that discrepancy report file has correct values 15s 150ms
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() 108ms