Project Number Date
ApolloFullRunnerReport after_release_3_6_0.326 28 lut 2021, 13:03

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 58s 248ms Failed
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 154ms
When Go to "ANNOUNCEMENTS_TAB" 095ms
And Go to manage announcements tab 095ms
And Go to add new announcement form 168ms
And Add new announcement with subject "Nowe ogłoszenie" and content "Treść" for roleGroups "ADMIN,LOGISTICIAN" 337ms
Then Verify that announcement with "Nowe ogłoszenie" is present in admin table 354ms
After Hooks.deleteAnnouncementAfterTest() 158ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 2s 248ms
When Go to "ANNOUNCEMENTS_TAB" 073ms
And Go to manage announcements tab 104ms
And Go to add new announcement form 159ms
And Add new announcement with subject "Ogłoszenie dla ochrony" and content "Treść" for roleGroups "GUARD" 277ms
Then Login as "neuca-guard" 1s 703ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is visible 043ms
Then Login as "neuca-admin" 1s 684ms
And Verify that announcement with subject "Ogłoszenie dla ochrony" is not visible 15s 050ms
After Hooks.deleteAnnouncementAfterTest() 060ms
View Feature Announcements
Given Login as "neuca-admin" and set token of apiUsername "super-admin-neuca" 1s 955ms
When Go to "ANNOUNCEMENTS_TAB" 083ms
And Go to manage announcements tab 102ms
And Go to add new announcement form 155ms
And Add new announcement with subject "Ogłoszenie dla obserwatora" and content "Treść" for roleGroups "OBSERVER" 312ms
Then Login as "neuca-observer" 1s 609ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is visible 038ms
Then Login as "neuca-guard" 1s 571ms
And Verify that announcement with subject "Ogłoszenie dla obserwatora" is not visible 15s 030ms
After Hooks.deleteAnnouncementAfterTest() 179ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 085ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 117ms
Then Login as "neuca-warehouseman" 1s 388ms
And Verify that announcement tab is open 027ms
And Verify by ID from API that announcement is visible 131ms
Then Check if announcement is unwrapping correctly 3s 249ms
And Check if announcement content "Podwyżki dla wszystkich! ąśćżń" and subject "Ogłoszonko dla Magazyniera" is correctly 098ms
Given Login as "neuca-admin" 1s 646ms
And Go to manage announcements tab 090ms
And Edit announcement and change content to "*jednak podwyżek nie będzie - hue hue" 18s 307ms
Then Login as "neuca-warehouseman" 1s 688ms
And Verify by ID from API that announcement is visible 113ms
Then Check if announcement is unwrapping correctly 3s 252ms
And Check that announcement has an edit author 170ms
And Check if announcement content is edit correctly "*jednak podwyżek nie będzie - hue hue" 051ms
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" 095ms
And Login as "neuca-admin" 1s 535ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 143ms
Then Login as "neuca-warehouseman" 1s 658ms
And Verify by ID from API that announcement is visible 111ms
Then Check if announcement is wrap 025ms
Then Check if announcement has a red mark "announcementOnTheTop" 30s 116ms
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() 108ms
View Feature Announcements
Given Set token of apiUsername "super-admin-neuca" 101ms
And Login as "neuca-warehouseman" 1s 732ms
Then Check counter of unread announcements 30s 076ms
And Create announcement by JSON file "CREATE_ANNOUNCEMENT_FOR_WAREHOUSEMAN" as "super-admin-neuca" 134ms
When Refresh page 2s 182ms
Then Verify that announcement tab is open 035ms
And Check if the number of unread announcement is higher by one 072ms
And Check if announcement is unwrapping correctly 3s 269ms
When Refresh page 2s 005ms
And Check if the number of unread announcements is the same as at the beginning 30s 120ms
After Hooks.deleteAnnouncementAfterTest() 090ms