[dotnet] [test] Moves Urls knowledge to testing web server - #17724
Conversation
|
Thank you, @nvborisenko for this code suggestion. The support packages contain example code that many users find helpful, but they do not necessarily represent After reviewing the change, unless it is a critical fix or a feature that is needed for Selenium We actively encourage people to add the wrapper and helper code that makes sense for them to their own frameworks. |
PR Summary by QodoMove test UrlBuilder ownership to AppServer and update .NET tests Description
Diagram
High-Level Assessment
Files changed (100)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
15 rules 1.
|
|
Code review by qodo was updated up to the latest commit a65fbdb |
UrlBuildernow is part of testWebServer, because only this have knowledge of predefined urls.🔗 Related Issues
Contributes to #15536
💥 What does this PR do?
Massive infra test update.
🔧 Implementation Notes
Step to isolated and parallelizable tests.
🤖 AI assistance
💡 Additional Considerations
In Java tests it is still
UrlBuilder, but it is Java, should not be show stopper.🔄 Types of changes