Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor(): rename logger to microsoft-playwright-testing
  • Loading branch information
Sid200026 committed Oct 17, 2024
commit 3a92c39e4de5dca53d01b8932cf4945564573d11
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Ensure that the `PLAYWRIGHT_SERVICE_URL` that you obtained in previous step is a
Run Playwright tests against browsers managed by the service using the configuration you created above.

```dotnetcli
dotnet test --logger "ms-playwright-service"
dotnet test --logger "microsoft-playwright-testing"
```

## Key concepts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Azure.Developer.MicrosoftPlaywrightTesting.TestLogger;

[FriendlyName("ms-playwright-service")]
[FriendlyName("microsoft-playwright-testing")]
[ExtensionUri("logger://Microsoft/Playwright/ServiceLogger/v1")]
internal class PlaywrightReporter : ITestLoggerWithParameters
{
Expand Down