Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(playwrighttesting): update public classes, methods and constants as per APIView review #47652

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Sid200026
Copy link
Member

  • Usage of ILogger provided by Microsoft.Extensions.Logging
  • Usage of Extensible Enums
  • Refactor class constructors
  • Sync and async methods for Initialize
  • Convert TestReportingClientOptions to internal class
  • Renamed Os to OS

@@ -192,6 +192,7 @@
<ItemGroup Condition="$(MSBuildProjectName.StartsWith('Azure.Developer.MicrosoftPlaywrightTesting'))">
<PackageReference Update="Microsoft.TestPlatform.ObjectModel" Version="17.10.0" />
<PackageReference Update="NUnit" Version="3.13.2" />
<PackageReference Update="Microsoft.Extensions.Logging" Version="2.0.0" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added as per recommendation in APIView review to use Microsoft.Extensions.Logging's ILogger interface. Added the dependency under this condition since it's used only in Extension libraries.

@azure-sdk
Copy link
Collaborator

azure-sdk commented Dec 24, 2024

API change check

APIView has identified API level changes in this PR and created following API reviews.

Azure.Developer.MicrosoftPlaywrightTesting.NUnit
Azure.Developer.MicrosoftPlaywrightTesting.TestLogger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants