-
Updated
Jun 5, 2020 - Java
ui-testing
Here are 233 public repositories matching this topic...
-
Updated
Apr 29, 2020 - Swift
-
Updated
Jun 13, 2020 - Kotlin
-
Updated
Feb 13, 2020
-
Updated
Mar 15, 2020 - TypeScript
-
Updated
Aug 19, 2019 - JavaScript
-
Updated
Jun 11, 2020 - Objective-C
-
Updated
Jun 4, 2020
-
Updated
May 30, 2019 - Objective-C
Once I upstream the xchtmlreport fastlane plugin (blocked on my JUnit PR #63 and a new stable release), it would be useful to show example Fastfile usage / add that to the documentation.
# Fastfile
desc "Tests: iOS, tvOS, macOS. Builds: watchOS."
lane :coverage_all do
bundle_ios = coverage(scheme: "BonMot-iOS", devices: get_devices(ios_latest: true, ios_10_3: true))
bundle_-
Updated
Apr 8, 2019 - Java
-
Updated
Mar 10, 2020 - Kotlin
-
Updated
May 11, 2020 - Swift
I know that Happo does some work to try to pause animations to help prevent spurious diffs, however the current techniques are not 100% effective--e.g. when rendering an animated GIF.
I wondered if Happo could run browsers in a way that disables more animations.
I poked around a bit and found this [Animation Policy Chrome extension](https://chrome.google.com/webstore/detail/animation-policy/
Add logging
API calls should be sorted alphabetically for easier searches.
See example:
- Application.setSleepTime(seconds)
- Application.getRegion()
- Application.getRegionForWindow(windowNumber)
- Application.getName()
-
Updated
Mar 10, 2020 - Kotlin
-
Updated
Oct 27, 2019 - Java
-
Updated
Jul 18, 2019 - Swift
Steps Overview
=> This branch is based on the branch feature/838-progressbar
Pull Request: #944
Branch: feature/859-new-filterable-list
To Do
- Open / close function per page
- Crop thumbnails to fixed height
- Columns:
- Change order of columns: Screenshot / Step Description / Page
- Set set column widths
- Column Page:
- Click on page name navigates to the first ste
-
Updated
May 21, 2020 - Swift
I think react-navigation is the most popular navigation solution out there
so we should provide an easy way to just use the route config from react navigation
-
Updated
Jun 5, 2017 - Python
Create descriptions for JDI Asserts.
JDI Asserts classes are located in the following packages:
- com.epam.jdi.light.asserts.generic
- com.epam.jdi.light.ui.html.asserts
-
Updated
Apr 23, 2020 - JavaScript
-
Updated
Jun 2, 2017 - Python
-
Updated
Apr 3, 2019 - Swift
-
Updated
Feb 29, 2020 - JavaScript
Improve this page
Add a description, image, and links to the ui-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ui-testing topic, visit your repo's landing page and select "manage topics."
I have a test case that uses accessibility ID to find a button that is on the title bar of a Windows application. That button is found when I run WinAppDriver.exe via a regular user account, but it fails when I run it as an administrator account. This happens when running WinAppDriver.exe directly and when I run it via Appium.
This is an issue because the documentation for WinAppDriver.exe, a