Project Number Date
ApolloFullRunnerReport apollo-test-2.51 22 cze 2021, 10:35

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Mode of transportation mail 10 1 0 0 0 11 1 1 2 3m 38s 043ms Failed
Feature Mode of transportation mail
Given Set token of apiUsername "super-admin-bausch" 270ms
And Prepare user "super-admin-bausch" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 878ms
When Create default mode of transportation by API with "pba1-carrier" 656ms
Then Update mode of transportation by API with "pba1-carrier": "BBBB0000" "Model2" "Marka2" "CCCC0000" 390ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Środek transportu BBBB0000 został zaktualizowany" 13s 329ms
Then Check if user got a mail 000ms
After Hooks.cleanUserDetailsAfterTest() 1s 646ms
After Hooks.deleteModeOfTransportationAfterTest() 341ms
Scenario Outline Check if mail was sent after creating mode of transportation
Steps
Given Set token of apiUsername "super-admin-bausch" 239ms
And Prepare user "super-admin-bausch" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 617ms
When Create default mode of transportation by API with "pba1-carrier" 464ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Nowy środek transportu" 3m 19s 195ms
Then Check if user got a mail 000ms
java.lang.AssertionError: Użytkownik nie otrzymał maila. Actual: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failEquals(Assert.java:185)
	at org.junit.Assert.assertNotEquals(Assert.java:161)
	at CucumberTests.Mail.MailTest.checkIfUseGotMail(MailTest.java:39)
	at ✽.Check if user got a mail(file:Features/Atom/Mail/MOTMail.feature:21)
After Hooks.cleanUserDetailsAfterTest() 1s 847ms
After Hooks.deleteModeOfTransportationAfterTest() 386ms