-
Notifications
You must be signed in to change notification settings - Fork 112
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
Replace old Swing Screenshots with JavaFX ones #199
Comments
@Siedlerchr I would love to work on this. But I haven't quite understood what I am supposed to do here. Could you please elaborate a bit. Thanks! |
Thanks for your interest, the help pages contain old Screenshots. In the current 5.x development version the user interface has been changed and dialogs look a bit different now You can get the latest development version of JabRef at builds.jabref.org |
In the best case, we should add unit gui tests and use testfx's DebugUtil.captureScreenshot to automate this. Then it would be easy to always have updated screenshots. |
@koppor I would love to work on this issue. But this is my first time contributing in an organization. Could please elaborate on how do I contribute to this issue and where do I get the files of the program. |
You chose a difficult one, but a good thing to learn about testing and JavaFX. One start can be JabRef/jabref#6089 (comment). |
Update: It's okay to not write GUI tests, but instead manually replace the screenshots. |
Check through the help which dialogs need replacement
For example the diff/merge dialog
The text was updated successfully, but these errors were encountered: