functional-tests-core
functional-tests-core copied to clipboard
Appium based framework for testing Android and iOS native mobile apps.
A few things to improve developer ergonomy # Maven conventions: - Use org.nativescript as groupId - Clear up the version confusion. Mostly use a -SNAPSHOT suffix, and only remove it...
Can you please clarify when are you planning to migrate to latest version of Appium Java client https://github.com/NativeScript/functional-tests-core/blob/master/build.gradle#L14, is quite old.
Hi, I just can't load the .jar dependencies through my tests suite cause the dependency is not resolved On the first line of my test page ``` import functional.tests.core.mobile.element.UIElement; ```...
Hi, I am trying to execute the test cases for the iPhone 7 simulator by using following command, > functional-tests-demo: mvn clean test -P nativeapp.sim.iphone7.ios10 but I am getting following...
https://github.com/NativeScript/functional-tests-demo#test-results Currently, the functional-tests-core has report structure based on a maven project. It should be independent from the build system in use. Consider a global config file of the tests...