Skip to content

Commit f5ef3ae

Browse files
committed
Update SetUpFixture.cs
1 parent 8d10da7 commit f5ef3ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/web/Jordnaer.E2E.Tests/SetUpFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public async Task GlobalSetup()
5252
BaseUrl = _factory.ServerAddress;
5353

5454
// Always run Playwright install, it stops if Playwright is already installed
55-
var exitCode = Microsoft.Playwright.Program.Main(["install"]);
55+
var exitCode = Microsoft.Playwright.Program.Main(["install", "--with-deps"]);
5656
if (exitCode != 0)
5757
{
5858
throw new Exception($"Playwright install failed with exit code {exitCode}. Check the output above for details.");

0 commit comments

Comments
 (0)