Releases: sky-uk/client-lib-ios-test-foundation
Releases · sky-uk/client-lib-ios-test-foundation
Tuca Tuca
New custom asserts
Tuca Tuca
new test assertions
Look
Added new primitives:
func swipeUp()
func swipeLeft()
func swipeRight()
func swipeDown() {
func swipeUp(_ element: XCUIElement)
func swipeDown(_ element: XCUIElement)
func swipeLeft(_ element: XCUIElement)
func swipeRight(_ element: XCUIElement)
func typeText(_ element: XCUIElement,_ stringToBeTyped: String)
typeText(_ stringToBeTyped: String)
XCUIElement extension:
func withTextInput(_ hint: String)
Soda
new withText for app.
2.1.5
Removed try from buildAndStart (#17)
Sodalizio
Sodalizio
Alpi Pennine
Added dictionary
Alpi Pennine
- moved demos to "demos" branch