Skip to main content

Record UI Tests and generate Swift code automatically - run UI Tests from the command line

Apple announced a new technology called UI Tests, which allows us to implement User Interface tests using Swift or Objective C code. Up until now the best way to achieve this was to use UI Automation. With UI Tests it's possible to properly debug issues using Xcode and use Swift or Objective C without having to deal with JavaScript code.

Launch the tests from the CLI.

Felix Krause
UI Testing via Shell (GitHub)

Comments