qbicsoftware / core-utils-lib

Library containing core classes and utilities that are independent of a portal.
MIT License
0 stars 0 forks source link

Add support to run JavaFX tests on Travis #3

Closed chahuistle closed 6 years ago

chahuistle commented 6 years ago

I don't have the time right now to keep working on this one, but this how I found this problem:

After that, in my frustration, I decided to simply add the @Ignore annotation.

I suggest to work on this one after this issue has been closed.

chahuistle commented 6 years ago

Also, I found out that there is a way to enable JavaFX in headless mode using a library called monocle.

This is what I found out when I realized that maybe this is something that I should document: https://nofluffjuststuff.com/blog/andres_almiray/2016/02/running_testfx_tests_in_headless_mode

chahuistle commented 6 years ago

Moved to https://github.com/qbicsoftware/javafx-utils-lib/issues/1