Add login appium test

This commit is contained in:
Tobias Fella
2023-07-20 07:14:23 +00:00
parent 0847839abc
commit 13988da4fc
8 changed files with 128 additions and 2 deletions

View File

@@ -176,8 +176,11 @@ add_definitions(-DQT_NO_FOREACH)
add_subdirectory(src)
find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} NO_MODULE COMPONENTS Test)
add_subdirectory(autotests)
if (BUILD_TESTING)
find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} NO_MODULE COMPONENTS Test)
add_subdirectory(autotests)
add_subdirectory(appiumtests)
endif()
if(KF${QT_MAJOR_VERSION}DocTools_FOUND)
kdoctools_install(po)