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
Use Moq to write unit tests for WebDriver Tasks. These unit tests should not initialize a real WebDriver. Instead, they should mock WebDriver and make sure calls are successful.
There are multiple WebDriver Tasks, so this issue might require multiple pull requests.
The text was updated successfully, but these errors were encountered:
Use
Moq
to write unit tests for WebDriver Tasks. These unit tests should not initialize a real WebDriver. Instead, they should mock WebDriver and make sure calls are successful.There are multiple WebDriver Tasks, so this issue might require multiple pull requests.
The text was updated successfully, but these errors were encountered: