Skip to content

Commit d6ba3e4

Browse files
craigfowlerGithub Actions Workflow (bot)
authored andcommitted
Publish updated documentation website
1 parent 04353b4 commit d6ba3e4

6 files changed

Lines changed: 11 additions & 11 deletions

docs/api/CSF.Screenplay.ScreenplayBinding.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1 id="CSF_Screenplay_ScreenplayBinding" data-uid="CSF.Screenplay.ScreenplayBin
9494

9595
<div class="facts text-secondary">
9696
<dl><dt>Namespace</dt><dd><a class="xref" href="CSF.html">CSF</a>.<a class="xref" href="CSF.Screenplay.html">Screenplay</a></dd></dl>
97-
<dl><dt>Assembly</dt><dd>CSF.Screenplay.ReqnrollPlugin.dll</dd></dl>
97+
<dl><dt>Assembly</dt><dd>CSF.Screenplay.SpecFlowPlugin.dll</dd></dl>
9898
</div>
9999

100100
<div class="markdown summary"><p>Reqnroll binding which uses hooks to coordinate the relevant <a class="xref" href="CSF.Screenplay.Screenplay.html">Screenplay</a> &amp; <a class="xref" href="CSF.Screenplay.IPerformance.html">IPerformance</a> event invokers.</p>

docs/api/CSF.Screenplay.ScreenplayPlugin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1 id="CSF_Screenplay_ScreenplayPlugin" data-uid="CSF.Screenplay.ScreenplayPlug
9494

9595
<div class="facts text-secondary">
9696
<dl><dt>Namespace</dt><dd><a class="xref" href="CSF.html">CSF</a>.<a class="xref" href="CSF.Screenplay.html">Screenplay</a></dd></dl>
97-
<dl><dt>Assembly</dt><dd>CSF.Screenplay.ReqnrollPlugin.dll</dd></dl>
97+
<dl><dt>Assembly</dt><dd>CSF.Screenplay.SpecFlowPlugin.dll</dd></dl>
9898
</div>
9999

100100
<div class="markdown summary"><p>The Screenplay plugin for Reqnroll.</p>
@@ -119,7 +119,7 @@ <h1 id="CSF_Screenplay_ScreenplayPlugin" data-uid="CSF.Screenplay.ScreenplayPlug
119119
<dl class="typelist implements">
120120
<dt>Implements</dt>
121121
<dd>
122-
<div><a class="xref" href="https://github.com/reqnroll/Reqnroll/blob/master/Reqnroll/Plugins/IRuntimePlugin.cs">IRuntimePlugin</a></div>
122+
<div><span class="xref">IRuntimePlugin</span></div>
123123
</dd>
124124
</dl>
125125

docs/api/CSF.Screenplay.ServiceCollectionAdapter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1 id="CSF_Screenplay_ServiceCollectionAdapter" data-uid="CSF.Screenplay.Servic
9494

9595
<div class="facts text-secondary">
9696
<dl><dt>Namespace</dt><dd><a class="xref" href="CSF.html">CSF</a>.<a class="xref" href="CSF.Screenplay.html">Screenplay</a></dd></dl>
97-
<dl><dt>Assembly</dt><dd>CSF.Screenplay.ReqnrollPlugin.dll</dd></dl>
97+
<dl><dt>Assembly</dt><dd>CSF.Screenplay.SpecFlowPlugin.dll</dd></dl>
9898
</div>
9999

100100
<div class="markdown summary"><p>Adapter class which allows a Reqnroll/BoDi <code>IObjectContainer</code> to be used as an <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection.iservicecollection">IServiceCollection</a>.</p>

docs/api/CSF.Screenplay.ServiceProviderAdapter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1 id="CSF_Screenplay_ServiceProviderAdapter" data-uid="CSF.Screenplay.ServiceP
9494

9595
<div class="facts text-secondary">
9696
<dl><dt>Namespace</dt><dd><a class="xref" href="CSF.html">CSF</a>.<a class="xref" href="CSF.Screenplay.html">Screenplay</a></dd></dl>
97-
<dl><dt>Assembly</dt><dd>CSF.Screenplay.ReqnrollPlugin.dll</dd></dl>
97+
<dl><dt>Assembly</dt><dd>CSF.Screenplay.SpecFlowPlugin.dll</dd></dl>
9898
</div>
9999

100100
<div class="markdown summary"><p>Adapter class which allows a Reqnroll/BoDi <code>IObjectContainer</code> to be used as an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iserviceprovider">IServiceProvider</a>.</p>

docs/docs/gettingStarted/reqnroll/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h5>Tip</h5>
9292
<p>Are you using the legacy <strong>SpecFlow</strong>?
9393
<strong>Reqnroll</strong> is the maintained fork of SpecFlow, so it's recommended you upgrade your projects ASAP.</p>
9494
<p>For now, CSF.Screenplay continues to support SpecFlow.
95-
Use the [CSF.Screenplay.SpecFlow] package and SpecFlow v3.4.3 or higher instead.
95+
Use the <a href="https://www.nuget.org/packages/CSF.Screenplay.SpecFlow">CSF.Screenplay.SpecFlow</a> package and SpecFlow v3.4.3 or higher instead.
9696
The remainder of the instructions below work for either Reqnroll or SpecFlow.</p>
9797
</div>
9898
<p>Begin writing Reqnroll tests using Screenplay by following these steps.

0 commit comments

Comments
 (0)