Project Number Date
ApolloFullRunnerReport develop.324 02 mar 2021, 05:36

Tag Report

Steps Scenarios Features
Tag Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
@deleteRegistrationAfterTest 106 0 0 0 0 106 14 1 15 4m 7s 016ms Failed
View Feature Invitation
Given If user is login then logout 083ms
And Create invitation by JSON file "super-admin-skz" for "automatyy15q@test.pl" "CREATE_SUPPLIER_INVITATION" 254ms
When Mock invitation email by admin panel "super-admin-skz" "automatyy15q@test.pl" 3s 528ms
And Verify that user is redirected to registration page 187ms
And Register to application "SUPPLIER" 2s 080ms
Then Check if user can be logged "automatyy15q@test.pl" 2s 399ms
After Hooks.cleanUpAfterTest() 436ms
View Feature Invitation
Scenario Outline Check if it possible registration after click link from invitation email
Steps
Given If user is login then logout 077ms
And Create invitation by JSON file "super-admin-piast" for "automatyy19q@test.pl" "CREATE_SUPPLIER_INVITATION" 287ms
When Mock invitation email by admin panel "super-admin-piast" "automatyy19q@test.pl" 3s 353ms
And Verify that user is redirected to registration page 144ms
And Register to application "SUPPLIER" 2s 073ms
Then Check if user can be logged "automatyy19q@test.pl" 2s 226ms
Hooks
After Hooks.cleanUpAfterTest() 698ms
java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <500>.

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:238)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:250)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:494)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1750)
	at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1755)
	at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:822)
	at io.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:47)
	at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:57)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy:183)
	at io.restassured.internal.RequestSpecificationImpl.delete(RequestSpecificationImpl.groovy)
	at Utils.RestUtils.RestUtil.deleteResponse(RestUtil.java:167)
	at Utils.RestUtils.RestUtil.deleteFromApolloApi(RestUtil.java:96)
	at CucumberTests.Hooks.cleanUpAfterTest(Hooks.java:282)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:26)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:20)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:16)
	at cucumber.runner.TestStep.executeStep(TestStep.java:63)
	at cucumber.runner.TestStep.run(TestStep.java:49)
	at cucumber.runner.TestCase.run(TestCase.java:49)
	at cucumber.runner.Runner.runPickle(Runner.java:40)
	at cucumber.runtime.junit.PickleRunners$WithStepDescriptions.run(PickleRunners.java:97)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:68)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:73)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:122)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:64)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at cucumber.api.junit.Cucumber$1.evaluate(Cucumber.java:131)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
View Feature Invitation
Given If user is login then logout 081ms
And Create invitation by JSON file "super-admin-lantmannen" for "automatyy2545q@test.pl" "CREATE_SUPPLIER_INVITATION" 242ms
When Mock invitation email by admin panel "super-admin-lantmannen" "automatyy2545q@test.pl" 3s 348ms
And Verify that user is redirected to registration page 153ms
And Register to application "SUPPLIER" 2s 085ms
Then Check if user can be logged "automatyy2545q@test.pl" 1s 918ms
After Hooks.cleanUpAfterTest() 336ms
View Feature Invitation
Given If user is login then logout 079ms
And Create invitation by JSON file "super-admin-keeeper" for "automatyy287q@test.pl" "CREATE_SUPPLIER_INVITATION" 268ms
When Mock invitation email by admin panel "super-admin-keeeper" "automatyy287q@test.pl" 3s 321ms
And Verify that user is redirected to registration page 159ms
And Register to application "SUPPLIER" 1s 990ms
Then Check if user can be logged "automatyy287q@test.pl" 2s 148ms
After Hooks.cleanUpAfterTest() 345ms
View Feature Invitation
Given If user is login then logout 068ms
And Create invitation by JSON file "super-admin-alrec" for "automatyy2871q@test.pl" "CREATE_SUPPLIER_INVITATION" 223ms
When Mock invitation email by admin panel "super-admin-alrec" "automatyy2871q@test.pl" 3s 387ms
And Verify that user is redirected to registration page 203ms
And Register to application "SUPPLIER" 1s 952ms
Then Check if user can be logged "automatyy2871q@test.pl" 1s 992ms
After Hooks.cleanUpAfterTest() 385ms
View Feature Invitation
Given If user is login then logout 087ms
And Create invitation by JSON file "super-admin-piast" for "automaty31415@test.pl" "CREATE_SUPPLIER_INVITATION" 274ms
When Mock invitation email by admin panel "super-admin-piast" "automaty31415@test.pl" 3s 283ms
And Register to application "SUPPLIER" 2s 198ms
And Login as "automaty31415@test.pl" and set token of apiUsername "super-admin-piast" 1s 852ms
Then Mock invitation email by admin panel "super-admin-piast" "automaty31415@test.pl" 3s 324ms
And Verify that user is redirected to invitation page "automaty31415@test.pl" 399ms
After Hooks.cleanUpAfterTest() 388ms
View Feature Invitation
Given If user is login then logout 089ms
And Create invitation by JSON file "super-admin-lantmannen" for "automaty27182@test.pl" "CREATE_SUPPLIER_INVITATION" 261ms
When Mock invitation email by admin panel "super-admin-lantmannen" "automaty27182@test.pl" 3s 388ms
And Register to application "SUPPLIER" 2s 044ms
And Login as "automaty27182@test.pl" and set token of apiUsername "super-admin-lantmannen" 1s 646ms
Then Mock invitation email by admin panel "super-admin-lantmannen" "automaty27182@test.pl" 3s 326ms
And Verify that user is redirected to invitation page "automaty27182@test.pl" 296ms
After Hooks.cleanUpAfterTest() 329ms
View Feature Invitation
Given If user is login then logout 114ms
And Create invitation by JSON file "super-admin-keeeper" for "automaty6022@test.pl" "CREATE_SUPPLIER_INVITATION" 241ms
When Mock invitation email by admin panel "super-admin-keeeper" "automaty6022@test.pl" 3s 315ms
And Register to application "SUPPLIER" 2s 163ms
And Login as "automaty6022@test.pl" and set token of apiUsername "super-admin-keeeper" 1s 771ms
Then Mock invitation email by admin panel "super-admin-keeeper" "automaty6022@test.pl" 3s 297ms
And Verify that user is redirected to invitation page "automaty6022@test.pl" 332ms
After Hooks.cleanUpAfterTest() 363ms
View Feature Invitation
Given If user is login then logout 083ms
And Create invitation by JSON file "super-admin-skz" for "automaty666@test.pl" "CREATE_SUPPLIER_INVITATION" 249ms
When Mock invitation email by admin panel "super-admin-skz" "automaty666@test.pl" 3s 338ms
And Register to application "SUPPLIER" 2s 207ms
And Login as "automaty666@test.pl" and set token of apiUsername "super-admin-skz" 2s 017ms
Then Mock invitation email by admin panel "super-admin-skz" "automaty666@test.pl" 3s 372ms
And Verify that user is redirected to invitation page "automaty666@test.pl" 360ms
After Hooks.cleanUpAfterTest() 390ms
View Feature Invitation
Given If user is login then logout 090ms
And Create invitation by JSON file "super-admin-alrec" for "automaty2871q@test.pl" "CREATE_SUPPLIER_INVITATION" 242ms
When Mock invitation email by admin panel "super-admin-alrec" "automaty2871q@test.pl" 3s 307ms
And Register to application "SUPPLIER" 2s 072ms
And Login as "automaty2871q@test.pl" and set token of apiUsername "super-admin-alrec" 1s 755ms
Then Mock invitation email by admin panel "super-admin-alrec" "automaty2871q@test.pl" 3s 365ms
And Verify that user is redirected to invitation page "automaty2871q@test.pl" 315ms
After Hooks.cleanUpAfterTest() 340ms
View Feature Invitation
Given Login as "swisskrono-admin" and set token of apiUsername "super-admin-skz" 1s 174ms
When Create and accept invitation by JSON file as "super-admin-skz" for "automaty1591qa@test.pl" "CREATE_CARRIER_INVITATION" 723ms
And Go to "USERS_TAB" 976ms
And Find user "automaty1591qa@test.pl" 1s 353ms
And Change user details "email" to "apolloautomattest@test.pl" 423ms
And Save user details 481ms
And Create invitation for "CARRIER" "CARRIER" "automaty1591qa@test.pl" 636ms
Then Verify that invitation can't be sent on already used username 30s 050ms
After Hooks.cleanUpAfterTest() 1s 213ms
View Feature Invitation
Given Login as "lantmannen-admin" and set token of apiUsername "super-admin-lantmannen" 1s 136ms
When Create and accept invitation by JSON file as "super-admin-lantmannen" for "automaty1231qa@test.pl" "CREATE_CARRIER_INVITATION" 613ms
And Go to "USERS_TAB" 773ms
And Find user "automaty1231qa@test.pl" 1s 221ms
And Change user details "email" to "apolloautomattest@test.pl" 273ms
And Save user details 317ms
And Create invitation for "CARRIER" "CARRIER" "automaty1231qa@test.pl" 681ms
Then Verify that invitation can't be sent on already used username 30s 110ms
After Hooks.cleanUpAfterTest() 933ms
View Feature Invitation
Given Login as "piast-admin" and set token of apiUsername "super-admin-piast" 1s 223ms
When Create and accept invitation by JSON file as "super-admin-piast" for "automaty9231qa@test.pl" "CREATE_CARRIER_INVITATION" 656ms
And Go to "USERS_TAB" 783ms
And Find user "automaty9231qa@test.pl" 1s 248ms
And Change user details "email" to "apolloautomattest@test.pl" 290ms
And Save user details 364ms
And Create invitation for "CARRIER" "CARRIER" "automaty9231qa@test.pl" 682ms
Then Verify that invitation can't be sent on already used username 30s 096ms
After Hooks.cleanUpAfterTest() 1s 046ms
View Feature Invitation
Given Login as "farmacol-admin" and set token of apiUsername "super-admin-farmacol" 1s 145ms
When Create and accept invitation by JSON file as "super-admin-farmacol" for "automaty7221qa@test.pl" "CREATE_CARRIER_INVITATION" 780ms
And Go to "USERS_TAB" 945ms
And Find user "automaty7221qa@test.pl" 1s 378ms
And Change user details "email" to "apolloautomattest@test.pl" 319ms
And Save user details 499ms
And Create invitation for "CARRIER" "CARRIER" "automaty7221qa@test.pl" 710ms
Then Verify that invitation can't be sent on already used username 30s 090ms
After Hooks.cleanUpAfterTest() 1s 178ms
View Feature Invitation
Given If user is login then logout 090ms
And Create invitation by JSON file "super-admin-piast" for "automaty31415@test.pl" "CREATE_SUPPLIER_INVITATION" 282ms
When Mock invitation email by admin panel "super-admin-piast" "automaty31415@test.pl" 3s 261ms
And Verify that user is redirected to registration page 173ms
And Register to application "SUPPLIER" 1s 991ms
Given Login as "super-admin-piast" and set token of apiUsername "super-admin-piast" 1s 889ms
When Go to "INVITATIONS_TAB" 166ms
Then Go to "ACCEPTED_TAB" invitation status tab 058ms
And Invitation is displayed on list "automaty31415@test.pl" 123ms
After Hooks.cleanUpAfterTest() 1s 010ms