TABTestKit icon indicating copy to clipboard operation
TABTestKit copied to clipboard

Library designed to make writing and maintaining automated tests for iOS applications. This includes automation of bio-metrics and controlling of mock servers

Results 30 TABTestKit issues
Sort by recently updated
recently updated
newest added

#### What's in this PR? This pr's adds a description for every step & adds the ability to create screenshots As example, this is what the current unit tests generate:...

Hi, I'm running the tests in Xcode 13 and I'm getting this error in the TABTestKit Framework. `CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'TABTestKit' from project 'Pods') cd /Users/cesarazuero/Documents/ios-mobile-application/Pods export...

Currently, if you're using TABTestKit with Swift Package Manager, to use the Biometrics class functions directly you need to `import Biometrics` in the file, because of the way the package...

enhancement

Hi, I recently joined a project that uses your framework and came across the following issue. When I have tests that are using Scenario and Steps structure, test is not...

#### What's in this PR? It looks like Back Button menu - `UI context menu` is already supported. The elements/items of the UI context menu conform to the `Button` and...

iOS 14 has a new behaviour for the back button. A long press to the back button reveals a menu and you can navigate to any previous screens pushed in...

enhancement
iOS 14

I would like the ability to create screenshots before every step is executed

It would be great to have a separate XCTContext activity for every step, because this will make it easier to pinpoint where things went wrong. Based on a spike that...

#### What's in this PR? Replace this text with information about what's in your PR. What's changed? Why has it changed? Reference any GitHub issue this PR relates to, etc....