thebrowsercompany / swift-webdriver

A Swift library for communicating with WebDriver (Appium/WinAppDriver) endpoints
BSD 3-Clause "New" or "Revised" License
105 stars 3 forks source link

Separate request-driven vs scenario-driven WinAppDriver tests #82

Closed tristanlabelle closed 1 year ago

tristanlabelle commented 1 year ago

NotepadTests implies that we're testing the notepad application, which shouldn't be webdriver-swift's job. However, we are interested in testing WinAppDriver's processing of specific requests. We should split the current WebDriverTests into: