Project Number Date
ApolloFullRunnerReport develop.348 19 cze 2021, 00:37

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Export transport to excel 12 2 0 0 0 14 0 2 2 33s 226ms Failed
Feature Export transport to excel
Scenario Outline Check if can export transport to excel in basic version
Steps
Given Login as "alrec-admin" 866ms
And Go to "ARCHIVE_TAB" 199ms
When Click "open-export-xls-modal" button 403ms
Then Check "basic-export-type" is visible 026ms
When Click "generate-xls" button 116ms
When Accept alert 004ms
Then Verify that file "Zlecenia - raport.xls" exist 15s 001ms
java.lang.AssertionError: Plik Zlecenia - raport.xlsnie istnieje
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.ArchiveTest.verifyThatFileExist(ArchiveTest.java:106)
	at ✽.Verify that file "Zlecenia - raport.xls" exist(file:Features/Atom/Transport/Archive/Excel.feature:14)
After Hooks.deleteDownloadedFiles() 001ms
Scenario Outline Check if can export transport to excel in advanced version
Steps
Given Login as "alrec-admin" 993ms
And Go to "ARCHIVE_TAB" 185ms
When Click "open-export-xls-modal" button 251ms
When Click "advanced-export-type" field 087ms
When Click "generate-xls" button 082ms
When Accept alert 005ms
Then Verify that file "Zlecenia - raport.xls" exist 15s 001ms
java.lang.AssertionError: Plik Zlecenia - raport.xlsnie istnieje
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Transport.ArchiveTest.verifyThatFileExist(ArchiveTest.java:106)
	at ✽.Verify that file "Zlecenia - raport.xls" exist(file:Features/Atom/Transport/Archive/Excel.feature:31)
After Hooks.deleteDownloadedFiles() 001ms