office-gobmx/uitest
Ilmari Lauhakangas bcc83732f9 uilogger: make vertical tab handling more robust
For example hyperlink dialog does not have numeric ids for tabs.
Now the rule matches both integers and "common identifiers" as per
https://textx.github.io/textX/stable/grammar/#textx-base-types

Parent argument was removed as it does not seem to be used and
it was empty in the case of the hyperlink dialog, causing the DSL
parser to fail.

More work is needed as self.xUITest.getTopFocusWindow() in a
hyperlink dialog opening test does not contain the child "tabcontrol"
and thus it errors out.

Change-Id: I1637f7300884881ee4d869e8f04700e56935f2d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130111
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-02-19 08:03:31 +01:00
..
demo_ui
impress_tests
libreoffice
math_tests
packaging
ui_logger_dsl uilogger: make vertical tab handling more robust 2022-02-19 08:03:31 +01:00
uitest tdf#95217: sc: simplify test 2021-12-30 16:44:53 +01:00
__init__.py
loginterpreter.py
Makefile
Module_uitest.mk
README.md
test_main.py ignore ~ backup files when searching for .py uitest files 2022-02-03 12:53:41 +01:00
UITest_demo_ui.mk
UITest_impress_demo.mk
UITest_math_demo.mk

UI Testing Framework

The code for the UI testing framework and the UI tests.