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
Refactor AppiumLocalServiceTests namespace and setup
Changed the namespace of `AppiumLocalServiceTests` to
`Appium.Net.Integration.Tests.ServerTests`. Updated the
`GlobalSetup` method to dynamically determine the Appium
path using an environment variable or by executing
`npm root -g`, removing hardcoded paths. If the Appium
path is invalid, the test is skipped with an appropriate
message.
0 commit comments