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)
Launch the tests from the CLI.
Felix Krause
UI Testing via Shell (GitHub)
Comments
Post a Comment