Feature/Cucumber Messages #661
ci.yml
on: pull_request
build
1m 23s
specs
1m 2s
system-tests-windows
9m 44s
system-tests-linux
3m 48s
release
0s
Annotations
10 errors
[MSTest] GH1052:
_/Tests/Reqnroll.Specs/Features/RegressionTests/MsTest/GH1052.feature#L7
System.TypeInitializationException : The type initializer for 'Reqnroll.Specs.Features.RegressionTests.MsTest.GH1052Feature' threw an exception.
---- System.NullReferenceException : Object reference not set to an instance of an object./n at Reqnroll.Specs.Features.RegressionTests.MsTest.GH1052Feature.TestInitializeAsync()
at Reqnroll.Specs.Features.RegressionTests.MsTest.GH1052Feature.Xunit.IAsyncLifetime.InitializeAsync()
----- Inner Stack Trace -----
at Reqnroll.CucumberMessages.RuntimeSupport.FeatureLevelCucumberMessages..ctor(Func`1 source, Func`1 gherkinDocument, Func`1 pickles, String location) in /_/Reqnroll/CucumberMessages/RuntimeSupport/FeatureLevelCucumberMessages.cs:line 18
at Reqnroll.Specs.Features.RegressionTests.MsTest.GH1052Feature.InitializeCucumberMessages()
at Reqnroll.Specs.Features.RegressionTests.MsTest.GH1052Feature..cctor() in /_/Tests/Reqnroll.Specs/Features/RegressionTests/MsTest/GH1052.feature.cs:line 31
|
[@traits.Category] The same ScenarioContext should be inject in the same scenario:
_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature#L51
System.TypeInitializationException : The type initializer for 'Reqnroll.Specs.Features.Contexts.AccessingContextsFeature' threw an exception.
---- System.NullReferenceException : Object reference not set to an instance of an object./n at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.TestInitializeAsync()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.Xunit.IAsyncLifetime.InitializeAsync()
----- Inner Stack Trace -----
at Reqnroll.CucumberMessages.RuntimeSupport.FeatureLevelCucumberMessages..ctor(Func`1 source, Func`1 gherkinDocument, Func`1 pickles, String location) in /_/Reqnroll/CucumberMessages/RuntimeSupport/FeatureLevelCucumberMessages.cs:line 18
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.InitializeCucumberMessages()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature..cctor() in /_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature.cs:line 29
|
[config] Should be able to deploy files:
_/Tests/Reqnroll.Specs/Features/UnitTestProviderSpecific/MsTest/DeploymentItem.feature#L5
System.TypeInitializationException : The type initializer for 'Reqnroll.Specs.Features.UnitTestProviderSpecific.MsTest.DeploymentItemFeature' threw an exception.
---- System.NullReferenceException : Object reference not set to an instance of an object./n at Reqnroll.Specs.Features.UnitTestProviderSpecific.MsTest.DeploymentItemFeature.TestInitializeAsync()
at Reqnroll.Specs.Features.UnitTestProviderSpecific.MsTest.DeploymentItemFeature.Xunit.IAsyncLifetime.InitializeAsync()
----- Inner Stack Trace -----
at Reqnroll.CucumberMessages.RuntimeSupport.FeatureLevelCucumberMessages..ctor(Func`1 source, Func`1 gherkinDocument, Func`1 pickles, String location) in /_/Reqnroll/CucumberMessages/RuntimeSupport/FeatureLevelCucumberMessages.cs:line 18
at Reqnroll.Specs.Features.UnitTestProviderSpecific.MsTest.DeploymentItemFeature.InitializeCucumberMessages()
at Reqnroll.Specs.Features.UnitTestProviderSpecific.MsTest.DeploymentItemFeature..cctor() in /_/Tests/Reqnroll.Specs/Features/UnitTestProviderSpecific/MsTest/DeploymentItem.feature.cs:line 31
|
[MSTest] Should be able to access TestContext in BeforeTestRun/AfterTestRun hooks:
_/Tests/Reqnroll.Specs/Features/UnitTestProviderSpecific/MsTest/TestContext.feature#L23
System.TypeInitializationException : The type initializer for 'Reqnroll.Specs.Features.UnitTestProviderSpecific.MsTest.TestContextFeature' threw an exception.
---- System.NullReferenceException : Object reference not set to an instance of an object./n at Reqnroll.Specs.Features.UnitTestProviderSpecific.MsTest.TestContextFeature.TestInitializeAsync()
at Reqnroll.Specs.Features.UnitTestProviderSpecific.MsTest.TestContextFeature.Xunit.IAsyncLifetime.InitializeAsync()
----- Inner Stack Trace -----
at Reqnroll.CucumberMessages.RuntimeSupport.FeatureLevelCucumberMessages..ctor(Func`1 source, Func`1 gherkinDocument, Func`1 pickles, String location) in /_/Reqnroll/CucumberMessages/RuntimeSupport/FeatureLevelCucumberMessages.cs:line 18
at Reqnroll.Specs.Features.UnitTestProviderSpecific.MsTest.TestContextFeature.InitializeCucumberMessages()
at Reqnroll.Specs.Features.UnitTestProviderSpecific.MsTest.TestContextFeature..cctor() in /_/Tests/Reqnroll.Specs/Features/UnitTestProviderSpecific/MsTest/TestContext.feature.cs:line 31
|
[@traits.Category] StepContext can be accessed from the ScenarioContext:
_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature#L355
System.TypeInitializationException : The type initializer for 'Reqnroll.Specs.Features.Contexts.AccessingContextsFeature' threw an exception.
---- System.NullReferenceException : Object reference not set to an instance of an object./n at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.TestInitializeAsync()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.Xunit.IAsyncLifetime.InitializeAsync()
----- Inner Stack Trace -----
at Reqnroll.CucumberMessages.RuntimeSupport.FeatureLevelCucumberMessages..ctor(Func`1 source, Func`1 gherkinDocument, Func`1 pickles, String location) in /_/Reqnroll/CucumberMessages/RuntimeSupport/FeatureLevelCucumberMessages.cs:line 18
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.InitializeCucumberMessages()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature..cctor() in /_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature.cs:line 29
|
[@traits.Category] Should be able to inject FeatureContext:
_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature#L148
System.TypeInitializationException : The type initializer for 'Reqnroll.Specs.Features.Contexts.AccessingContextsFeature' threw an exception.
---- System.NullReferenceException : Object reference not set to an instance of an object./n at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.TestInitializeAsync()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.Xunit.IAsyncLifetime.InitializeAsync()
----- Inner Stack Trace -----
at Reqnroll.CucumberMessages.RuntimeSupport.FeatureLevelCucumberMessages..ctor(Func`1 source, Func`1 gherkinDocument, Func`1 pickles, String location) in /_/Reqnroll/CucumberMessages/RuntimeSupport/FeatureLevelCucumberMessages.cs:line 18
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.InitializeCucumberMessages()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature..cctor() in /_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature.cs:line 29
|
[@traits.Category] FeatureContext can be accessed from Steps base class:
_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature#L282
System.TypeInitializationException : The type initializer for 'Reqnroll.Specs.Features.Contexts.AccessingContextsFeature' threw an exception.
---- System.NullReferenceException : Object reference not set to an instance of an object./n at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.TestInitializeAsync()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.Xunit.IAsyncLifetime.InitializeAsync()
----- Inner Stack Trace -----
at Reqnroll.CucumberMessages.RuntimeSupport.FeatureLevelCucumberMessages..ctor(Func`1 source, Func`1 gherkinDocument, Func`1 pickles, String location) in /_/Reqnroll/CucumberMessages/RuntimeSupport/FeatureLevelCucumberMessages.cs:line 18
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.InitializeCucumberMessages()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature..cctor() in /_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature.cs:line 29
|
[@traits.Category] Different scenarios should have their own ScenarioContext injected:
_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature#L109
System.TypeInitializationException : The type initializer for 'Reqnroll.Specs.Features.Contexts.AccessingContextsFeature' threw an exception.
---- System.NullReferenceException : Object reference not set to an instance of an object./n at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.TestInitializeAsync()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.Xunit.IAsyncLifetime.InitializeAsync()
----- Inner Stack Trace -----
at Reqnroll.CucumberMessages.RuntimeSupport.FeatureLevelCucumberMessages..ctor(Func`1 source, Func`1 gherkinDocument, Func`1 pickles, String location) in /_/Reqnroll/CucumberMessages/RuntimeSupport/FeatureLevelCucumberMessages.cs:line 18
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.InitializeCucumberMessages()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature..cctor() in /_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature.cs:line 29
|
[@traits.Category] The obsolete ScenarioContext.Current can be accessed from a non-parallel execution:
_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature#L3
System.TypeInitializationException : The type initializer for 'Reqnroll.Specs.Features.Contexts.AccessingContextsFeature' threw an exception.
---- System.NullReferenceException : Object reference not set to an instance of an object./n at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.TestInitializeAsync()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.Xunit.IAsyncLifetime.InitializeAsync()
----- Inner Stack Trace -----
at Reqnroll.CucumberMessages.RuntimeSupport.FeatureLevelCucumberMessages..ctor(Func`1 source, Func`1 gherkinDocument, Func`1 pickles, String location) in /_/Reqnroll/CucumberMessages/RuntimeSupport/FeatureLevelCucumberMessages.cs:line 18
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.InitializeCucumberMessages()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature..cctor() in /_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature.cs:line 29
|
[@traits.Category] StepContext can be accessed from Steps base class:
_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature#L329
System.TypeInitializationException : The type initializer for 'Reqnroll.Specs.Features.Contexts.AccessingContextsFeature' threw an exception.
---- System.NullReferenceException : Object reference not set to an instance of an object./n at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.TestInitializeAsync()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.Xunit.IAsyncLifetime.InitializeAsync()
----- Inner Stack Trace -----
at Reqnroll.CucumberMessages.RuntimeSupport.FeatureLevelCucumberMessages..ctor(Func`1 source, Func`1 gherkinDocument, Func`1 pickles, String location) in /_/Reqnroll/CucumberMessages/RuntimeSupport/FeatureLevelCucumberMessages.cs:line 18
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature.InitializeCucumberMessages()
at Reqnroll.Specs.Features.Contexts.AccessingContextsFeature..cctor() in /_/Tests/Reqnroll.Specs/Features/Contexts/AccessingContexts.feature.cs:line 29
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-trx-v2.2.1-ci20241107-661
|
465 KB |
|
packages-v2.2.1-ci20241107-661
|
7.3 MB |
|
specs-trx-v2.2.1-ci20241107-661
|
77 KB |
|
systemtests-linux-trx-v2.2.1-ci20241107-661
|
53.8 KB |
|
systemtests-windows-trx-v2.2.1-ci20241107-661
|
74.4 KB |
|