File tree 4 files changed +395
-1
lines changed
src/test/java/com/gluonhq/richtextarea/ui
4 files changed +395
-1
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : Build project
26
26
run : |
27
+ export DISPLAY=:90
28
+ Xvfb -ac :90 -screen 0 1280x1024x24 > /dev/null 2>&1 &
27
29
mvn -B -ntp verify -f rta
28
30
29
31
- name : Publish Snapshots
Original file line number Diff line number Diff line change 37
37
<version >5.9.2</version >
38
38
<scope >test</scope >
39
39
</dependency >
40
+ <dependency >
41
+ <groupId >org.testfx</groupId >
42
+ <artifactId >testfx-junit5</artifactId >
43
+ <version >4.0.18</version >
44
+ </dependency >
40
45
</dependencies >
41
46
42
47
<developers >
135
140
<plugin >
136
141
<groupId >org.apache.maven.plugins</groupId >
137
142
<artifactId >maven-surefire-plugin</artifactId >
138
- <version >3.0.0-M5</version >
143
+ <version >3.0.0-M7</version >
144
+ <configuration >
145
+ <trimStackTrace >false</trimStackTrace >
146
+ <argLine >--add-opens javafx.graphics/com.sun.javafx.application=ALL-UNNAMED</argLine >
147
+ </configuration >
139
148
<dependencies >
140
149
<dependency >
141
150
<groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments