Project Number Date
ApolloFullRunnerReport kapibary.29 06 cze 2021, 06:06

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 39s 088ms 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 408ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 332ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 058ms
And Set transport on auction with "500" and "20000" by JSON file as "super-admin-adama" 3s 011ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Nowa aukcja" 3m 18s 518ms
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() 744ms
After Hooks.cleanUserDetailsAfterTest() 1s 289ms
Scenario Outline Check mail after loosing auction
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 3s 177ms
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 097ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 972ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 1s 128ms
And Add a bid "500" to an auction by JSON file as "paa2-carrier@qa.qa-test" for "super-admin-adama" 1s 795ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Nie otrzymano zlecenia" 3m 17s 007ms
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() 728ms
After Hooks.cleanUserDetailsAfterTest() 1s 327ms
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" 12s 172ms
And Prepare user "swisskrono-producer" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 712ms
And Create transport "CREATE_SMALLS_IMPORT" by JSON file as "super-admin-skz" 2s 087ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-skz" 2s 830ms
And Add a bid "1500" to an auction by JSON file as "pskza1-carrier@qa.qa-test" for "pskza1-carrier@qa.qa-test" 995ms
And Wait till auction end 1m 57s 020ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Dodano nową ofertę" 3m 16s 705ms
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() 705ms
After Hooks.cleanUserDetailsAfterTest() 1s 650ms
Scenario Outline Check mail after auction without bids
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 704ms
And Prepare user "adama-admin" details with all notifications and "apolloautomattest@gmail.com" by JSON file 708ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 037ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 830ms
And Wait till auction end 1m 58s 019ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Aukcja zakończona bez ofert" 3m 19s 490ms
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() 786ms
After Hooks.cleanUserDetailsAfterTest() 569ms
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 652ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 315ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 063ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 946ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 993ms
And Add a bid "500" to an auction by JSON file as "paa2-carrier@qa.qa-test" for "super-admin-adama" 2s 061ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Oferta przelicytowana" 3m 20s 288ms
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() 737ms
After Hooks.cleanUserDetailsAfterTest() 1s 310ms
Scenario Outline Check mail after winning an auction
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 761ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 412ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 035ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 974ms
And Add a bid "1500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 984ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Otrzymano zlecenie" 3m 17s 173ms
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() 764ms
After Hooks.cleanUserDetailsAfterTest() 1s 275ms
Scenario Outline Check mail after accepting minimal price
Steps
Given Login as "adama-admin" and set token of apiUsername "super-admin-adama" 2s 644ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 335ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 043ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" 2s 947ms
And Add a bid "500" to an auction by JSON file as "paa1-carrier@qa.qa-test" for "super-admin-adama" 1s 653ms
When Get mail "apolloautomattest@gmail.com" message from mail account with "Otrzymano zlecenie" 3m 27s 791ms
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() 787ms
After Hooks.cleanUserDetailsAfterTest() 1s 286ms
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 107ms
And Prepare user "paa1-carrier@qa.qa-test" details with all notifications and "apolloautomattest@gmail.com" by JSON file 1s 808ms
And Create transport "CREATE_TRANSPORT" by JSON file as "super-admin-adama" 2s 054ms
And Set transport on auction with "500" and "1500" by JSON file as "super-admin-adama" and finish of auction in "121" minutes 3s 039ms
And Wait "90" seconds 1m 30s
When Get mail "apolloautomattest@gmail.com" message from mail account with "Zakończenie aukcji" 3m 18s 801ms
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() 650ms
After Hooks.cleanUserDetailsAfterTest() 1s 264ms