Finally fixed “IllegalAccessException” and “InaccessibleObjectException” thrown while running GUI tests via TestFx by explicitly adding “opens” argument in maven via maven-surefire-plugin configuration in pom.xml file.
Thanks to this GitHub comment: https://github.com/TestFX/TestFX/issues/751#issuecomment-1772200969
Log in to leave a comment
Finally fixed the issue of previous incomplete download tasks interfering with test download tasks.
Log in to leave a comment
Finally got the GUI testing to work in Drifty GUI. I have used TestFx with JUnit 5.
P.S.: Will fix the last error soon.
Log in to leave a comment