Project Number Date
ApolloFullRunnerReport develop-kapibary.320 24 lut 2021, 00:02

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 2s 659ms Failed
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 061ms
When Go to "ANNOUNCEMENTS_TAB" 118ms
And Go to manage announcements tab 094ms
And Go to add new announcement form 159ms
And Add new announcement with subject "Nowe ogłoszenie" and content "Treść" for roleGroups "ADMIN,LOGISTICIAN" 402ms
Then Verify that announcement with "Nowe ogłoszenie" is present in admin table 737ms
After Hooks.deleteAnnouncementAfterTest() 161ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 801ms
When Go to "ANNOUNCEMENTS_TAB" 090ms
And Go to manage announcements tab 115ms
And Go to add new announcement form 157ms
And Add new announcement with subject "Ogłoszenie dla ochrony" and content "Treść" for roleGroups "GUARD" 331ms
Then Login as "neuca-guard" 2s 623ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is visible 117ms
Then Login as "neuca-admin" 2s 511ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is not visible 15s 037ms
After Hooks.deleteAnnouncementAfterTest() 067ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 676ms
When Go to "ANNOUNCEMENTS_TAB" 097ms
And Go to manage announcements tab 120ms
And Go to add new announcement form 170ms
And Add new announcement with subject "Ogłoszenie dla obserwatora" and content "Treść" for roleGroups "OBSERVER" 362ms
Then Login as "neuca-observer" 2s 213ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is visible 046ms
Then Login as "neuca-guard" 1s 720ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is not visible 15s 033ms
After Hooks.deleteAnnouncementAfterTest() 213ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 098ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 142ms
Then Login as "neuca-warehouseman" 1s 544ms
And Verify that announcement tab is open 025ms
And Verify by ID from API that announcement is visible 108ms
Then Check if announcement is unwrapping correctly 3s 256ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 100ms
Given Login as "neuca-admin" 1s 716ms
And Go to manage announcements tab 104ms
And Edit announcement and change content to "*jednak podwyżek nie będzie - hue hue" 18s 329ms
Then Login as "neuca-warehouseman" 1s 621ms
And Verify by ID from API that announcement is visible 094ms
Then Check if announcement is unwrapping correctly 3s 255ms
And Check that announcement has an edit author 172ms
And Check if announcement content is edit correctly "*jednak podwyżek nie będzie - hue hue" 104ms
After Hooks.deleteAnnouncementAfterTest() 095ms
View Feature Announcements
Scenario Outline Check if marking unread advertisements is working correctly
Steps
Given Set token of apiUsername "super-admin-neuca" 102ms
And Login as "neuca-admin" 1s 433ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 130ms
Then Login as "neuca-warehouseman" 1s 370ms
And Verify by ID from API that announcement is visible 116ms
Then Check if announcement is wrap 030ms
Then Check if announcement has a red mark "announcementOnTheTop" 30s 103ms
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() 104ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 097ms
And Login as "neuca-warehouseman" 1s 586ms
Then Check counter of unread announcements 30s 096ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 161ms
When Refresh page 2s 167ms
Then Verify that announcement tab is open 143ms
And Check if the number of unread announcement is higher by one 076ms
And Check if announcement is unwrapping correctly 3s 274ms
When Refresh page 2s 122ms
And Check if the number of unread announcements is the same as at the beginning 30s 167ms
After Hooks.deleteAnnouncementAfterTest() 112ms