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 db7bd0e commit a2f300eCopy full SHA for a2f300e
.github/workflows/dotnet-playwright.yml
@@ -26,7 +26,7 @@ jobs:
26
run: dotnet build --configuration Release --no-restore
27
28
- name: Install Playwright browsers for .NET
29
- run: pwsh bin/Debug/net8.0/playwright.ps1 install --with-deps
+ run: pwsh -Command "dotnet tool run playwright install --with-deps"
30
31
- name: Run Playwright Tests
32
run: dotnet test --configuration Release --logger "trx;LogFileName=test_results.trx"
0 commit comments