Project Number Date
ApolloFullRunnerReport master.325 08 mar 2021, 20:42

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteAnnouncementAfterTest 55 1 5 0 0 61 5 1 6 3m 1s 325ms Failed
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 106ms
When Go to "ANNOUNCEMENTS_TAB" 088ms
And Go to manage announcements tab 112ms
And Go to add new announcement form 171ms
And Add new announcement with subject "Nowe ogłoszenie" and content "Treść" for roleGroups "ADMIN,LOGISTICIAN" 415ms
Then Verify that announcement with "Nowe ogłoszenie" is present in admin table 851ms
After Hooks.deleteAnnouncementAfterTest() 136ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 607ms
When Go to "ANNOUNCEMENTS_TAB" 084ms
And Go to manage announcements tab 106ms
And Go to add new announcement form 160ms
And Add new announcement with subject "Ogłoszenie dla ochrony" and content "Treść" for roleGroups "GUARD" 315ms
Then Login as "neuca-guard" 2s 282ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is visible 043ms
Then Login as "neuca-admin" 2s 201ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is not visible 15s 042ms
After Hooks.deleteAnnouncementAfterTest() 058ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 117ms
When Go to "ANNOUNCEMENTS_TAB" 092ms
And Go to manage announcements tab 117ms
And Go to add new announcement form 172ms
And Add new announcement with subject "Ogłoszenie dla obserwatora" and content "Treść" for roleGroups "OBSERVER" 334ms
Then Login as "neuca-observer" 1s 876ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is visible 043ms
Then Login as "neuca-guard" 1s 721ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is not visible 15s 056ms
After Hooks.deleteAnnouncementAfterTest() 178ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 089ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 126ms
Then Login as "neuca-warehouseman" 1s 661ms
And Verify that announcement tab is open 021ms
And Verify by ID from API that announcement is visible 128ms
Then Check if announcement is unwrapping correctly 3s 247ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 095ms
Given Login as "neuca-admin" 1s 633ms
And Go to manage announcements tab 088ms
And Edit announcement and change content to "*jednak podwyżek nie będzie - hue hue" 18s 209ms
Then Login as "neuca-warehouseman" 1s 640ms
And Verify by ID from API that announcement is visible 118ms
Then Check if announcement is unwrapping correctly 3s 254ms
And Check that announcement has an edit author 161ms
And Check if announcement content is edit correctly "*jednak podwyżek nie będzie - hue hue" 071ms
After Hooks.deleteAnnouncementAfterTest() 104ms
View Feature Announcements
Scenario Outline Check if marking unread advertisements is working correctly
Steps
Given Set token of apiUsername "super-admin-neuca" 096ms
And Login as "neuca-admin" 1s 625ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 123ms
Then Login as "neuca-warehouseman" 1s 588ms
And Verify by ID from API that announcement is visible 110ms
Then Check if announcement is wrap 031ms
Then Check if announcement has a red mark "announcementOnTheTop" 30s 139ms
java.lang.AssertionError: Wykrzyknik przy ogłoszeniu jest niewidoczny
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Announcements.AnnouncementsTest.checkIfAnnouncementHasARedMark(AnnouncementsTest.java:149)
	at ✽.Check if announcement has a red mark "announcementOnTheTop"(file:Features/Atom/Announcements/Announcements.feature:70)
Then Check if announcement is unwrapping correctly 000ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 000ms
And Check if text bold and red exclamation mark disappear after reading announcement "announcementOnTheTop" 000ms
Then Refresh page 000ms
And Check if text bold and red exclamation mark disappear after reading announcement "announcementAtTheBottom" 000ms
After Hooks.deleteAnnouncementAfterTest() 121ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 091ms
And Login as "neuca-warehouseman" 1s 746ms
Then Check counter of unread announcements 30s 125ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 143ms
When Refresh page 2s 169ms
Then Verify that announcement tab is open 050ms
And Check if the number of unread announcement is higher by one 087ms
And Check if announcement is unwrapping correctly 3s 260ms
When Refresh page 2s 127ms
And Check if the number of unread announcements is the same as at the beginning 30s 136ms
After Hooks.deleteAnnouncementAfterTest() 108ms