summaryrefslogtreecommitdiff
path: root/uitest
AgeCommit message (Collapse)AuthorFilesLines
2016-07-17uitest: add a complex math testMarkus Mohrhard1-2/+26
Change-Id: Ib246c3041f066ecedd1ebbe564566a1824d293bc
2016-07-17uitest: add demo for new element selector math wrapperMarkus Mohrhard1-0/+12
Change-Id: I64c98254c5d5ae1cc6c9729654028201f1773c90
2016-07-17uitest: add makefile part for new math testsMarkus Mohrhard2-0/+16
Change-Id: I90adb3bf9eefcf687e4a76d58aefb9a5775e5e88
2016-07-17uitest: add initial demo for math edit windowMarkus Mohrhard1-0/+10
Change-Id: I4fe1dc7fe2f5179dc97fc80a80604d54ae3ad333
2016-07-17uitest: add some initial math ui testsMarkus Mohrhard1-0/+43
Change-Id: Iad02a40b683d7b3bbbad0214c82ad4b5b6878ea9
2016-07-17uitest: add demo showing how to select active frameMarkus Mohrhard1-0/+15
Change-Id: I76bb79047b9d15228dc29379203300ccf50fc4f1
2016-07-17uitest: don't hard code my path in testMarkus Mohrhard1-2/+12
Change-Id: I65959552f74d860ee8773f1f5649bd160686f288
2016-07-17uitest: add demo for handling two filesMarkus Mohrhard1-0/+41
Change-Id: I03cbe67922df521a6cef5f3448c0c9dce10b662d
2016-07-17uitest: add some work to load several documentsMarkus Mohrhard1-0/+21
Change-Id: If9bf0e88fd7b223f10c31e3b0ed357da2bc4f9b0
2016-07-16uitest: remove some debug output from new testMarkus Mohrhard1-5/+0
Change-Id: Ib1342d4ea81885e4ca434f6f5f263af9a8a04e25
2016-07-16uitest: extend chart edit test to change chart through dialogMarkus Mohrhard1-3/+10
Change-Id: I9ffdddff84e290a4df25067be5bf574fac273ce7
2016-07-16uitest: provide a way to open a dialog through an action on an objectMarkus Mohrhard1-0/+15
This allows for example to open a dialog through clicking on a button or through a chart command. Change-Id: Iaca6faa3a1b26f4f677a3a670e2c9891373524d3
2016-07-16uitest: add first demo for editing the chartMarkus Mohrhard1-0/+73
Change-Id: I28e1c4d4726afc97fd1a42fe1d931b195231cb12
2016-07-13uitest: all files moved to the new directory layoutMarkus Mohrhard20-47/+15
Change-Id: Ib5a6fc98fafb774ca5c7cc1323dbe4eb8a1c4aff
2016-07-13uitest: move more parts to the new directory structureMarkus Mohrhard6-9/+17
Change-Id: I9dab4c0beef08b04e65dc0dae337a822041cf218
2016-07-13uitest: remove the imports for pyuno and timeMarkus Mohrhard14-148/+0
Change-Id: I384e9ee1a38aad80bf3a4906a4955c57e4895538
2016-07-13uitest: move more code into the new directory layoutMarkus Mohrhard21-20/+20
Change-Id: Ic5d08f08c1fccc74be09cea7887d3acb910e7636
2016-07-13uitest: remove unused importsMarkus Mohrhard1-3/+0
Change-Id: I620d01f2cfbc5327c2fcaf020d50e9184fc1d1b2
2016-07-13uitest: remove print statementMarkus Mohrhard1-1/+0
Change-Id: I1065acf0f2406881532e75459bfddbdb7967ad8b
2016-07-12remove my sleep statementsMarkus Mohrhard1-8/+0
Change-Id: I0fb35541863c1390c5a95e60539404547398cba3 Reviewed-on: https://gerrit.libreoffice.org/27156 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-07-10uitest: support the gdb param also in the uitest runnerMarkus Mohrhard1-1/+1
Change-Id: I86833d9fdf42199480f1d448c56e63ff22d4923e
2016-07-10uitest: support starting the LibO with gdbMarkus Mohrhard1-0/+9
Change-Id: I23fe7563b3d0fe8084541d702583bc38997413ac
2016-07-10uitest: handle the new template dialog in impressMarkus Mohrhard1-0/+27
Change-Id: I98507b0e810db88ad94ea093db2d7dc7f495e7ab
2016-07-09uitest: kill the LibreOffice instance if it ignores terminate requestMarkus Mohrhard1-1/+16
Change-Id: I47c69878ebaa834eb75208ce8e5c26544e3e62bd
2016-06-26uitest: move the EventListener to an own file in the new dir structureMarkus Mohrhard3-39/+51
Change-Id: I8d6c2d9f2a9386d8eec64780b7d197c9675764aa
2016-06-26uitest: add a way to have sleeps in some test runsMarkus Mohrhard4-5/+36
Now adding a -d or --debug to the command line options will enable the sleeps in the uitest.debug part. This makes it much easier to debug a test in the visual mode. Only remaining part is now to add a test runner into the build system that makes use of that mode. Change-Id: I03d55b10f06dd12a63a8d87c135967901bef0fba
2016-06-26uitest: move for files into the new directory layoutMarkus Mohrhard5-3/+3
Change-Id: Ic8289da6bd32ed9645253b996269be6e82bd1d7c
2016-06-26uitest: remove old test runnerMarkus Mohrhard1-75/+0
Change-Id: I5d29fb4c275223d00ca01f57f7fac0aa7b518740
2016-06-26uitest: bring some order into the file messMarkus Mohrhard22-22/+22
The uitest/uitest directory will be used for the actual uitest framework. The libreoffice directory should contain any common LibreOffice related code. Change-Id: I3f6394ff4be83b89a8764eab10a154e755237d35
2016-06-25uitest: add special char widget demoMarkus Mohrhard1-0/+37
Change-Id: I513ae293cfed488723e221a7eec37f103efefa92
2016-06-25uitest: add a mode to just run one fileMarkus Mohrhard1-14/+20
Change-Id: I99906dfc34ebcb7ab0ce76ca446435ae0902443f
2016-06-24uitest: also print number of skipped testsMarkus Mohrhard1-0/+1
Change-Id: I7fbc6513358be252b091154b5ed44d10c8f51c4f
2016-06-24uitest: add execution time for each testMarkus Mohrhard1-0/+4
Change-Id: I056f739b97b03ce514ffa692bfe4bfeb62f76de8
2016-06-23uitest: improve the message of the ui test runnerMarkus Mohrhard1-1/+7
Change-Id: I5026590506b4ddf3db95fb14fe6b0890255a5a25
2016-06-22uitest: remove debug print statementsMarkus Mohrhard2-2/+0
Change-Id: I7dc68ef48a69f4878a20e6cb1dd3203dfc3097fd
2016-06-22uitest: remove sleeps and prints from impress and writer partsMarkus Mohrhard2-44/+0
Change-Id: Ic4c4ba74701303df1ff38c5ed6ed7d521b369053
2016-06-22uitest: remove sleeps from demo ui partsMarkus Mohrhard2-6/+0
Change-Id: Ib1fc73c317186ede3f41029aa40b0c6a075c085d
2016-06-22uitest: remove sleeps and prints from calc demoMarkus Mohrhard2-25/+0
These sleeps are only necessary when you want to run them non-headless and see what is actually happening. Change-Id: I20bd80c680c8569bc3c885f261e03db494afee06
2016-06-22uitest: convert writer demo to new python unittest frameworkMarkus Mohrhard6-62/+46
Change-Id: Ifff8fe9cb0f005c8a4e892d756ae6b0b95db3544
2016-06-22uitest: convert the impress test to the new python unittest frameworkMarkus Mohrhard2-63/+46
Change-Id: I7a5cf03daac1b0426672a9d6611aa4cab4aaf91c
2016-06-22uitest: move the demo ui tests to the new unittest approachMarkus Mohrhard11-250/+211
Change-Id: I70222d701191f28f9dffb3bfdfbb7510d64d0251
2016-06-22uitest: convert all calc demos to the unittest based approachMarkus Mohrhard5-77/+108
Change-Id: I6ad7898f92c74f37ed2936337d6570904860d535
2016-06-22uitest: start the switch to python's unittestMarkus Mohrhard5-140/+244
Change-Id: Ic6e0d99a567b7080928accb61ed036b1c25ec7ff
2016-06-22uitest: add treelist demoMarkus Mohrhard2-0/+65
Change-Id: I41796a2a557143030cbd016399c2c1bf5cde37bd
2016-06-22uitest: add tabcontrol demoMarkus Mohrhard2-0/+55
Change-Id: Ibcdf5c1a43ed943c22745545257d5d324ed139ec
2016-06-22uitest: add initial version for calc element demoMarkus Mohrhard1-0/+33
Change-Id: I09b724cb80d75b17fd3ad5f3736245f9fca1d17a
2016-06-20uitest: add demo for spinfieldMarkus Mohrhard2-0/+106
Change-Id: I45751598df2c14c1e8e3a7f17705fe52321b0c89 Reviewed-on: https://gerrit.libreoffice.org/26493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-06-18uitest: add the demo ui uitestMarkus Mohrhard2-0/+17
That test just shows features of the test and the use of different UI objects. Change-Id: I49e9fa2d42634951ae5a78aa3a9bf79fefacd298
2016-06-18uitest: also add the impress uitest demo to the makefilesMarkus Mohrhard3-0/+20
Change-Id: Id5d5c53b5d51b7c8984c93e8c89b0a71b8c660bd
2016-06-18uitest: reduce the sleepsMarkus Mohrhard1-6/+6
The sleeps are not necessary but make it easier to see what is going on in the demo if you run it manually. In the uicheck case they are useless and just make the test take longer. Change-Id: I8d6d5a4fb1b068112e7785253bff936e198a7c97