Project Number Date
ApolloFullRunnerReport kapibary.21 29 maj 2021, 07:27

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Auctions Mail 50 8 0 0 0 58 0 8 8 33m 42s 309ms Failed
Feature Auctions Mail
Scenario Outline Check mail after creating a new auction
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 573ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 563ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 1s 967ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 3s 038ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Nowa aukcja" 3m 21s 302ms
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/AuctionMail.feature:10)
After Hooks.deleteTransportAfterTest() 699ms
After Hooks.cleanUserDetailsAfterTest() 1s 318ms
Scenario Outline Check mail after loosing auction
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 545ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 353ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 073ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 975ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 1s 112ms
And Add a bid "500" to an auction by JSON file as "paa2-carrier@qa.qa-test" for "super-admin-adama" 1s 740ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Nie otrzymano zlecenia" 3m 22s 677ms
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/AuctionMail.feature:25)
After Hooks.deleteTransportAfterTest() 645ms
After Hooks.cleanUserDetailsAfterTest() 1s 336ms
Scenario Outline Check mail after bid has been added to auction
Steps
Given Login as "swisskrono-producer" and set token of apiUsername "super-admin-skz" 11s 881ms
And Prepare user "swisskrono-producer" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 750ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 136ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-skz" 2s 820ms
And Add a bid "1500" to an auction by JSON file as "pskza1-carrier@qa.qa-test" for "pskza1-carrier@qa.qa-test" 984ms
And Wait till auction end 1m 57s 019ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Dodano nową ofertę" 3m 19s 143ms
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/AuctionMail.feature:39)
After Hooks.deleteTransportAfterTest() 904ms
After Hooks.cleanUserDetailsAfterTest() 1s 656ms
Scenario Outline Check mail after auction without bids
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 601ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 684ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 059ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 854ms
And Wait till auction end 1m 58s 018ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Aukcja zakończona bez ofert" 3m 20s 326ms
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/AuctionMail.feature:52)
After Hooks.deleteTransportAfterTest() 815ms
After Hooks.cleanUserDetailsAfterTest() 631ms
Scenario Outline Check mail after loosing first place in auction
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 4s 569ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 411ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 094ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 965ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 978ms
And Add a bid "500" to an auction by JSON file as "paa2-carrier@qa.qa-test" for "super-admin-adama" 1s 716ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Oferta przelicytowana" 3m 18s 505ms
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/AuctionMail.feature:66)
After Hooks.deleteTransportAfterTest() 796ms
After Hooks.cleanUserDetailsAfterTest() 1s 298ms
Scenario Outline Check mail after winning an auction
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 536ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 372ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 046ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 984ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 980ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Otrzymano zlecenie" 3m 20s 012ms
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/AuctionMail.feature:79)
After Hooks.deleteTransportAfterTest() 866ms
After Hooks.cleanUserDetailsAfterTest() 1s 310ms
Scenario Outline Check mail after accepting minimal price
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 574ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 348ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 066ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 928ms
And Add a bid "500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 1s 658ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Otrzymano zlecenie" 3m 20s 171ms
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/AuctionMail.feature:93)
After Hooks.deleteTransportAfterTest() 819ms
After Hooks.cleanUserDetailsAfterTest() 1s 448ms
Scenario Outline Check mail two hours before auction ends
Steps
Given Login as "paa1-carrier@qa.qa-test" and set token of apiUsername "super-admin-adama" 5s 015ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 705ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 057ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" and finish of auction in "121" minutes 2s 946ms
And Wait "90" seconds 1m 30s
When Get mail "apolloautomattest@gmail.com" message from mail account with "Zakończenie aukcji" 3m 18s 453ms
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/AuctionMail.feature:106)
After Hooks.deleteTransportAfterTest() 740ms
After Hooks.cleanUserDetailsAfterTest() 1s 287ms