Skip to content

Commit

Permalink
remove appium test
Browse files Browse the repository at this point in the history
rational:

- unstable
- breaks with each Qt update
- one didn't add any meaningful test to this here since inception, one only spent work to keep a more or less 'hello world' working

I don't see this as acceptable, if somebody steps up to add actual tests that trigger interesting GUI behavior, we can re-add it

in the meantime we go auto tests that test more gui regressions
in a more stable way just using the API
  • Loading branch information
christoph-cullmann authored and Waqar144 committed Feb 14, 2025
1 parent b761aa9 commit fde0cd8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 234 deletions.
4 changes: 0 additions & 4 deletions .kde-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ Dependencies:
'frameworks/kuserfeedback': '@latest-kf6'
'third-party/qtkeychain': '@latest'

- 'on': ['Linux']
'require':
'sdk/selenium-webdriver-at-spi': '@latest-kf6'

Options:
run-tests: True
require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
Expand Down
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ ecm_optional_add_subdirectory(apps)
# our documentation
ecm_optional_add_subdirectory(doc)

# Appium UI tests
add_subdirectory(appiumtests)

ki18n_install(po)
if(KF6DocTools_FOUND)
kdoctools_install(po)
Expand Down
24 changes: 0 additions & 24 deletions appiumtests/CMakeLists.txt

This file was deleted.

203 changes: 0 additions & 203 deletions appiumtests/kwritetest.py

This file was deleted.

0 comments on commit fde0cd8

Please sign in to comment.