You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our tests, we have a requirement to connect to an existing browser instance. This is particularly useful when we need to maintain the session state across multiple tests, especially in scenarios where manual intervention is required (like entering a pin for an SSL certificate).
Currently, we're using the playwright.chromium.connectOverCDP() method to connect to an existing Chromium-based browser (Microsoft Edge) that's already running with remote debugging enabled:
However, we believe it would be beneficial to have built-in support for this functionality in the d365-ui-test library. This could potentially be implemented as an option in the XrmUiTest constructor or as a separate method.
We're looking forward to your thoughts on this. Any help or guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
In our tests, we have a requirement to connect to an existing browser instance. This is particularly useful when we need to maintain the session state across multiple tests, especially in scenarios where manual intervention is required (like entering a pin for an SSL certificate).
Currently, we're using the
playwright.chromium.connectOverCDP()
method to connect to an existing Chromium-based browser (Microsoft Edge) that's already running with remote debugging enabled:However, we believe it would be beneficial to have built-in support for this functionality in the
d365-ui-test
library. This could potentially be implemented as an option in theXrmUiTest
constructor or as a separate method.We're looking forward to your thoughts on this. Any help or guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: