Salad
Lightweight Cucumber-style UI tests for iOS.
How does it work?
We have a simple demo app that shows how you can use Salad for UI testing: Q42/Salad.DemoApp
Installation
Swift package manager
Add https://github.com/Q42/Salad.git
as a dependency of your UI test target(s).
Cocoapods
target 'MyAppUITests' do
pod 'Salad', git: 'https://github.com/Q42/Salad.git'
end
Version history
- 2020-01-24: Initial open source release
- 2019-07-01: Initial private version for a project at Q42