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 8dfbf6c commit 22c634fCopy full SHA for 22c634f
.github/workflows/ci.yml
@@ -74,4 +74,4 @@ jobs:
74
run: dotnet test Playwright.NUnit.Testing/Playwright.NUnit.Testing.csproj --configuration Release --no-build
75
76
- name: Test (TUnit)
77
- run: dotnet run Playwright.TUnit.Testing/Playwright.TUnit.Testing.csproj --configuration Release --no-build
+ run: dotnet test Playwright.TUnit.Testing/Playwright.TUnit.Testing.csproj --configuration Release --no-build
0 commit comments