nativescript-dev-appium icon indicating copy to clipboard operation
nativescript-dev-appium copied to clipboard

A package to help with writing and executing e2e Appium tests in NativeScript apps

Results 27 nativescript-dev-appium issues
Sort by recently updated
recently updated
newest added

Hi. I'm currently trying to figure out a good way to test localization of an app and have some trouble accessing the label text of a button UIElement after i've...

I'm using the following packages (tns info output) on Linux (Debian Jessie) ✔ Getting NativeScript components versions information... ✔ Component nativescript has 6.2.0 version and is up to date. ✔...

**Is your feature request related to a problem? Please describe.** While I am aware that Mocha, Qunit, and Jasmine are what is described to be the recommended test runners in...

**Is your feature request related to a problem? Please describe.** We have adopted Gherkin BDD **Describe the solution you'd like** We use Hiptest to manage a large library of BDD...

See https://github.com/ios-control/ios-deploy/issues/109#issuecomment-558299912 ## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To...

cla: yes

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project: - CLI:...

We should remove these properties https://github.com/NativeScript/nativescript-dev-appium/pull/274/files#diff-b5bbccf5981a216ccc94f9d130db5283R67 and use this default value https://github.com/NativeScript/nativescript-dev-appium/blob/master/lib/image-helper.ts#L89

breaking-change

compareElement(selected, "selectedState", 50, 5, ImageOptions.pixel) third parameter is the tolerance and I would expect to be the timeout as in compareScreen("initialState", 5, 50, ImageOptions.pixel); and it makes sense as I...

breaking-change