chore(deps): update spec digest to 400fa30 - autoclosed #2804
ci.yml
on: pull_request
Matrix: build
e2e
2m 9s
packaging
1m 39s
Annotations
9 errors
|
e2e
Process completed with exit code 1.
|
|
Type error:
test/OpenFeature.Contrib.Providers.Flagd.E2e.ProcessTest/Features/evaluation.feature#L68
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[When("a string flag with key {string} is evaluated as an integer, with details and a fallback value {int}")]
public void WhenAStringFlagWithKeyIsEvaluatedAsAnIntegerWithDetailsAndAFallbackValue(string p0, int p1)
{
_scenarioContext.Pending();
}
}
}
|
|
Flag not found:
test/OpenFeature.Contrib.Providers.Flagd.E2e.ProcessTest/Features/evaluation.feature#L63
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[When("a non-existent string flag with key {string} is evaluated with details and a fallback value {string}")]
public void WhenANon_ExistentStringFlagWithKeyIsEvaluatedWithDetailsAndAFallbackValue(string p0, string p1)
{
_scenarioContext.Pending();
}
}
}
|
|
Type error:
test/OpenFeature.Contrib.Providers.Flagd.E2e.ProcessTest/Features/evaluation.feature#L68
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[When("a string flag with key {string} is evaluated as an integer, with details and a fallback value {int}")]
public void WhenAStringFlagWithKeyIsEvaluatedAsAnIntegerWithDetailsAndAFallbackValue(string p0, int p1)
{
_scenarioContext.Pending();
}
}
}
|
|
Flag not found:
test/OpenFeature.Contrib.Providers.Flagd.E2e.ProcessTest/Features/evaluation.feature#L63
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[When("a non-existent string flag with key {string} is evaluated with details and a fallback value {string}")]
public void WhenANon_ExistentStringFlagWithKeyIsEvaluatedWithDetailsAndAFallbackValue(string p0, string p1)
{
_scenarioContext.Pending();
}
}
}
|
|
Flag not found:
test/OpenFeature.Contrib.Providers.Flagd.E2e.RpcTest/Features/evaluation.feature#L63
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[When("a non-existent string flag with key {string} is evaluated with details and a fallback value {string}")]
public void WhenANon_ExistentStringFlagWithKeyIsEvaluatedWithDetailsAndAFallbackValue(string p0, string p1)
{
_scenarioContext.Pending();
}
}
}
|
|
Type error:
test/OpenFeature.Contrib.Providers.Flagd.E2e.RpcTest/Features/evaluation.feature#L68
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[When("a string flag with key {string} is evaluated as an integer, with details and a fallback value {int}")]
public void WhenAStringFlagWithKeyIsEvaluatedAsAnIntegerWithDetailsAndAFallbackValue(string p0, int p1)
{
_scenarioContext.Pending();
}
}
}
|
|
Flag not found:
test/OpenFeature.Contrib.Providers.Flagd.E2e.RpcTest/Features/evaluation.feature#L63
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[When("a non-existent string flag with key {string} is evaluated with details and a fallback value {string}")]
public void WhenANon_ExistentStringFlagWithKeyIsEvaluatedWithDetailsAndAFallbackValue(string p0, string p1)
{
_scenarioContext.Pending();
}
}
}
|
|
Type error:
test/OpenFeature.Contrib.Providers.Flagd.E2e.RpcTest/Features/evaluation.feature#L68
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[When("a string flag with key {string} is evaluated as an integer, with details and a fallback value {int}")]
public void WhenAStringFlagWithKeyIsEvaluatedAsAnIntegerWithDetailsAndAFallbackValue(string p0, int p1)
{
_scenarioContext.Pending();
}
}
}
|