viktorbenei

↗ HN profile [ 952 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I'm looking for a web UI testing framework which has a (stable, mature) editor to "record" these tests. Ideally I'd like a tool which works similar to Xcode 7's new UI testing feature: you can visually plan/record your…

  2. Author here. What XCUServer does: Xcode Unit Tests require the iOS Simulator to run, and the xcodebuild tests have to be run through a logged in user in a GUI context. It's a real pain to integrate into automation…