thebrowsercompany / swift-webdriver

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

Simplify CI build for opensourcing #63

Closed tristanlabelle closed 1 year ago

tristanlabelle commented 1 year ago

Most of the CI complexity came from when we were analyzing why webdriver-swift was failing to launch winappdriver.exe in CI, which we found has to do with a combination of the way XCTest uses the Win32 job api and how we were launching winappdriver.exe with handle inheritance.

jeffdav commented 1 year ago

The screenshot stuff wasn't working anyway, as far as I could tell. :P

tristanlabelle commented 1 year ago

The screenshot stuff wasn't working anyway, as far as I could tell. :P

It was calling a ps1 script that wasn't checked in (anymore?)