test: port tst_loginLogout#877
Merged
Merged
Conversation
a28580a to
959c282
Compare
ff7f227 to
6816df2
Compare
30 tasks
saw-jan
reviewed
Apr 28, 2026
| return cmd.stdout, cmd.stderr, cmd.returncode | ||
|
|
||
|
|
||
| def close_and_kill_app(): |
Contributor
There was a problem hiding this comment.
we need to think of grouping AUT related functions in a separate file. But we can do it in the coming refactor process.
saw-jan
reviewed
Apr 28, 2026
saw-jan
reviewed
Apr 28, 2026
saw-jan
reviewed
Apr 28, 2026
saw-jan
reviewed
Apr 28, 2026
saw-jan
reviewed
Apr 28, 2026
6816df2 to
d03bd51
Compare
d03bd51 to
95ccf28
Compare
saw-jan
reviewed
Apr 28, 2026
ab15cf2 to
1c437d4
Compare
saw-jan
pushed a commit
that referenced
this pull request
May 12, 2026
* test: port tst_loginLogout * test: fix closing of client * test: Add reusable close_and_kill_app() for Appium session and process cleanup * test: remove test.py * test: use exception handlers in sync helper
saw-jan
pushed a commit
that referenced
this pull request
May 13, 2026
* test: port tst_loginLogout * test: fix closing of client * test: Add reusable close_and_kill_app() for Appium session and process cleanup * test: remove test.py * test: use exception handlers in sync helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR migrates the login-logout GUI tests from squish to Appium for the OpenCloud desktop client.
Changes Made:
Benefits:
Testing:
Part of: #861