Skip to content

Releases: sky-uk/client-lib-ios-test-foundation

Tuca Tuca

03 May 14:53
Compare
Choose a tag to compare

New custom asserts

Tuca Tuca

03 May 13:51
Compare
Choose a tag to compare

new test assertions

Look

29 Apr 10:20
2ce815f
Compare
Choose a tag to compare

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

20 Apr 08:24
9443009
Compare
Choose a tag to compare

new withText for app.

2.1.5

19 Apr 12:19
332bafb
Compare
Choose a tag to compare
Removed try from buildAndStart (#17)

Sodalizio

12 Apr 13:31
929d5ba
Compare
Choose a tag to compare

Sodalizio

12 Apr 09:03
Compare
Choose a tag to compare

skytf_sodalizio
New custom asserts & functions to easy porting of UI tests between iOS & Android:

  1. withText/1
  2. withIndex/2
  3. takeFirst/1
  4. takeLast/1
  5. toUppercase/0

Alpi Pennine

05 Mar 11:08
dfb5573
Compare
Choose a tag to compare

Added dictionary

Alpi Pennine

18 Jan 12:38
d5699e1
Compare
Choose a tag to compare
  • moved demos to "demos" branch

Alpi Pennine

15 Jan 13:28
210d81e
Compare
Choose a tag to compare

Carthage & SPM support
image