https://github.com/fredg02/minimal-ui-test-example
Minimal UI test example project
https://github.com/fredg02/minimal-ui-test-example
eclipse example maven surefire swtbot tycho ui-test
Last synced: 6 months ago
JSON representation
Minimal UI test example project
- Host: GitHub
- URL: https://github.com/fredg02/minimal-ui-test-example
- Owner: fredg02
- License: epl-2.0
- Created: 2019-08-22T13:18:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T21:02:00.000Z (about 2 years ago)
- Last Synced: 2025-02-09T17:17:07.772Z (12 months ago)
- Topics: eclipse, example, maven, surefire, swtbot, tycho, ui-test
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimal UI test example project
This is a minimal UI test example to quickly test issues with running UI tests in a CI environment.
Successfully tested with the following tools/versions:
* Maven 3.6.0
* Tycho 1.4.0
* SWTBot 2.8.0
* Eclipse 2019-06
The project is based on this tutorial: https://www.vogella.com/tutorials/SWTBot/article.html.