This commit is contained in:
parent
5b48e0bfdb
commit
d92456e141
6 changed files with 95 additions and 36 deletions
|
|
@ -14,11 +14,13 @@ namespace Yavsc.Org.Tests.Smoke;
|
|||
/// <c>doc/architecture/decoupage-organisation.md</c>. The smoke
|
||||
/// here asserts the front-end side of the BC.
|
||||
/// </summary>
|
||||
public class BlogSmokeTests : SmokeTestBase, IClassFixture<TestWebApplicationFactory>
|
||||
public class BlogSmokeTests : BaseTestContext, IClassFixture<TestWebApplicationFactory>
|
||||
{
|
||||
private readonly TestWebApplicationFactory _factory;
|
||||
|
||||
public BlogSmokeTests(TestWebApplicationFactory factory)
|
||||
public BlogSmokeTests(TestWebApplicationFactory factory, ITestOutputHelper output,
|
||||
WebServerFixture webServerFixture)
|
||||
: base(output, webServerFixture)
|
||||
{
|
||||
_factory = factory;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue