Skip to content
Snippets Groups Projects
Commit 4bfa88b7 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Support testfx tests

parent d0a5b68d
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,11 @@ ...@@ -84,7 +84,11 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version> <version>3.0.0-M5</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>--add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED</argLine>
</configuration>
</plugin> </plugin>
<!-- Running JavaFX code --> <!-- Running JavaFX code -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment