Project Number Date
ApolloFullRunnerReport develop.322 28 lut 2021, 04:44

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 2m 59s 464ms Failed
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 043ms
When Go to "ANNOUNCEMENTS_TAB" 082ms
And Go to manage announcements tab 102ms
And Go to add new announcement form 169ms
And Add new announcement with subject "Nowe ogłoszenie" and content "Treść" for roleGroups "ADMIN,LOGISTICIAN" 354ms
Then Verify that announcement with "Nowe ogłoszenie" is present in admin table 363ms
After Hooks.deleteAnnouncementAfterTest() 126ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 541ms
When Go to "ANNOUNCEMENTS_TAB" 079ms
And Go to manage announcements tab 090ms
And Go to add new announcement form 141ms
And Add new announcement with subject "Ogłoszenie dla ochrony" and content "Treść" for roleGroups "GUARD" 266ms
Then Login as "neuca-guard" 1s 886ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is visible 036ms
Then Login as "neuca-admin" 1s 698ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is not visible 15s 036ms
After Hooks.deleteAnnouncementAfterTest() 060ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 106ms
When Go to "ANNOUNCEMENTS_TAB" 098ms
And Go to manage announcements tab 080ms
And Go to add new announcement form 150ms
And Add new announcement with subject "Ogłoszenie dla obserwatora" and content "Treść" for roleGroups "OBSERVER" 294ms
Then Login as "neuca-observer" 1s 740ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is visible 034ms
Then Login as "neuca-guard" 1s 811ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is not visible 15s 034ms
After Hooks.deleteAnnouncementAfterTest() 187ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 094ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 125ms
Then Login as "neuca-warehouseman" 1s 583ms
And Verify that announcement tab is open 023ms
And Verify by ID from API that announcement is visible 122ms
Then Check if announcement is unwrapping correctly 3s 226ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 088ms
Given Login as "neuca-admin" 1s 657ms
And Go to manage announcements tab 109ms
And Edit announcement and change content to "*jednak podwyżek nie będzie - hue hue" 18s 210ms
Then Login as "neuca-warehouseman" 1s 570ms
And Verify by ID from API that announcement is visible 112ms
Then Check if announcement is unwrapping correctly 3s 230ms
And Check that announcement has an edit author 157ms
And Check if announcement content is edit correctly "*jednak podwyżek nie będzie - hue hue" 053ms
After Hooks.deleteAnnouncementAfterTest() 096ms
View Feature Announcements
Scenario Outline Check if marking unread advertisements is working correctly
Steps
Given Set token of apiUsername "super-admin-neuca" 090ms
And Login as "neuca-admin" 1s 932ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 126ms
Then Login as "neuca-warehouseman" 1s 729ms
And Verify by ID from API that announcement is visible 105ms
Then Check if announcement is wrap 026ms
Then Check if announcement has a red mark "announcementOnTheTop" 30s 083ms
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() 100ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 094ms
And Login as "neuca-warehouseman" 1s 691ms
Then Check counter of unread announcements 30s 045ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 150ms
When Refresh page 2s 105ms
Then Verify that announcement tab is open 161ms
And Check if the number of unread announcement is higher by one 073ms
And Check if announcement is unwrapping correctly 3s 263ms
When Refresh page 2s 073ms
And Check if the number of unread announcements is the same as at the beginning 30s 102ms
After Hooks.deleteAnnouncementAfterTest() 089ms