We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f07a58 commit e22d6a8Copy full SHA for e22d6a8
1 file changed
src/AcceptanceSteps.cs
@@ -51,6 +51,7 @@ public AcceptanceSteps()
51
protected List<string> Files { get; }
52
protected List<string> Folders { get; }
53
protected string TestID { get => _testId.ToString("N"); }
54
+ public HttpClient? OcelotClient => ocelotClient;
55
56
protected virtual /*FileHostAndPort*/object? Localhost(int port)
57
{
0 commit comments