Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert RedDeer tests to SWTbot ones or pure JUnit ones where feasible #261

Closed
akurtakov opened this issue Sep 20, 2023 · 3 comments
Closed
Assignees

Comments

@akurtakov
Copy link
Contributor

akurtakov commented Sep 20, 2023

RedDeer is retiring from Eclipse Simrel and Docker tooling tests are already using Swtbot in tests (https://github.com/eclipse-linuxtools/org.eclipse.linuxtools/tree/master/containers/org.eclipse.linuxtools.docker.ui.tests) thus it make sense to convert the RedDeer ones into Swtbot ones(https://github.com/eclipse-linuxtools/org.eclipse.linuxtools/tree/master/containers/org.eclipse.linuxtools.docker.integration.tests) to have unified testing framework.
The tests in question are:

org.eclipse.linuxtools.docker.integration.tests.connection 9.3 sec 0 0 1 1
org.eclipse.linuxtools.docker.integration.tests.container 2 min 58 sec 0 0 13 13
org.eclipse.linuxtools.docker.integration.tests.image 1 min 41 sec 0 2 7 9
org.eclipse.linuxtools.docker.integration.tests.ui 2 min 43 sec 0 1 12 13

@akurtakov
Copy link
Contributor Author

There may be overlap between swtbot and reddeer so some tests might not be needed at all.
For reference, here is Platform reddeer tests converted to plain junit ones eclipse-pde/eclipse.pde@b01e2c4 .

@akurtakov
Copy link
Contributor Author

Closing. The tests are no longer easily runnable to make comparison.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant