Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-27[Tests-Only] Reverted removed steps of VFS testsrevert-vfs-testsTalank
2021-12-21[Tests-Only] Fixed failing GUI tests for VFS (#9307)Talank
2021-12-21add sharing test scenarios (#9190)Saw-jan Gurung
add new steps add new steps auto accept shares in Shares folder add another workaround to set public share expiration date fix file overwriting test step address reviews add comments accept shares in root
2021-12-13[tests-only]add test for sharing file to multiple users (#9188)Swoichha Adhikari
2021-12-03reduce time waiting for password box (#9254)Artur Neumann
2021-12-01Stacktrace on crash (#9235)Talank
2021-11-22[tests-only] add tests for public share (#9201)Swoichha Adhikari
* tests-only] add tests for publick link with password * add new type of password for test
2021-11-18[gui-tests-only] Fix intermittent test fails (#9207)Saw-jan Gurung
* merge similar steps * fix sharing tests
2021-11-11create sync path per user (#9123)Saw-jan Gurung
remove inline sync path code fix tests address reviews create sync path only when the user is being added to the client fix sync test steps address reviews
2021-10-29[Tests-Only]Added tests for folder creation and syncing (#8980)Talank
2021-10-26add gui tests for selective sync scenarios (#9009)Saw-jan Gurung
add more tests for selective sync scenarios address reviews refactor test steps address reviews
2021-10-26[tests-only] add tests for files/folder share (#9162)Swoichha Adhikari
2021-10-04[tests-only]add tests for deleting files and folder (#9098)Swoichha Adhikari
* [tests-only]add tests for deleting files and folder * combine when steps into one
2021-10-01[tests-only] Delete and gitignore local config.ini (#9018)Saw-jan Gurung
* gitignore local config.ini and add config.ini for drone-ci * update bdd hook
2021-10-01Ci: Better logging in squish testHannah von Reth
2021-10-01[tests-only] add tests for connect-login (#8987)Swoichha Adhikari
* [tests-only] add tests for connect-login * add url object
2021-09-17[tests-only] Fix "sync conflict" test scenario (#9032)Swoichha Adhikari
* refactor clickTab in Activity * make test step reusable Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com>
2021-09-06[tests-only]fix object name for adding usersswoichha
2021-08-09[Tests Only] add test for enable/disable vfs (#8835)Swoichha Adhikari
* [Tests Only] add test for vfs * add test for disabling vfs * vfs object from model * make code DRY * added few comment for coordinates
2021-08-05WIP: Wait longer before we assume the client to be readyHannah von Reth
2021-08-02[tests-only] refactor steps (#8845)Swoichha Adhikari
2021-07-21[tests-only] overwrite content of shared file (#8814)Swoichha Adhikari
* [tests-only] GUI tests to check the sync when overwriting the content of a shared file
2021-07-15Group share tests added (#8695)Talank
2021-07-01[tests-only]refactoring steps with on the server in them (#8796)Swoichha Adhikari
* [tests-only]refactoring steps with on the server in them * move on the server at the end of step
2021-07-01[tests-only] change collaborator permissions (#8788)Swoichha Adhikari
2021-06-18[Tests-Only] Visually check all tabs (#8725)Swoichha Adhikari
2021-06-09[Tests-Only] get userinformation through middleware (#8691)Swoichha Adhikari
* [Tests-Only] get userinformation through middleware * remove lur_cache
2021-06-07[tests-only] remove connection (#8682)Swoichha Adhikari
2021-06-03[tests-only]logout user from client (#8663)Swoichha Adhikari
* [tests-only]logout user from client * add snooze
2021-06-03POM implementation in the syncing tests (#8655)Talank
2021-06-02[test-only]fix CI for GUI test run (#8679)Swoichha Adhikari
2021-05-26[tests-only] refactor steps with password in them (#8656)Swoichha Adhikari
2021-05-25[tests-only]POM for sharing (#8634)Swoichha Adhikari
2021-05-21[tests-only] Set polling interval by default (#8646)Swikriti Tripathi
2021-05-19Implement black tool to reformat code according to python standard (#8636)Swikriti Tripathi
2021-05-18[tests-only] DRY public link creation (#8639)Swoichha Adhikari
* [tests-only]DRY public link creation * add exception for other item type * remove default argument from function call
2021-05-14[tests-only]Add init in bdd hooks (#8635)Swoichha Adhikari
* [tests-only]Add init in bdd hooks * add join path
2021-05-11[tests-only]implement pageObject model (#8606)Swoichha Adhikari
2021-05-11ability to set client log file in GUI testsArtur Neumann
2021-05-11wait for all files to be synced before pause the file syncArtur Neumann
2021-05-11wait for the public link to be displayedArtur Neumann
2021-05-11check first if the indicator is visible and then that it disappearsArtur Neumann
2021-05-11send 'Return' after changing expiry dateArtur Neumann
2021-05-11check content of date input fieldArtur Neumann
2021-05-10use expected to fail system (#8621)Artur Neumann
2021-05-10open sharing dialog in step (#8620)Artur Neumann
2021-05-10[tests-only] repair file sync failing test (#8616)Swoichha Adhikari
* [tests-only]repair file sync failing test * add new object to names.py * remove comment line
2021-05-07hardening setting date of public link in tests (#8611)Artur Neumann
wait for progressindicator when updating public share
2021-05-05Fix user name in dav_user and http_user (#8596)Talank
2021-04-30[tests-only]refactor tests to use scenario outline (#8578)Swoichha Adhikari