File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 56
56
<arguments >run build</arguments >
57
57
</configuration >
58
58
</execution >
59
- <!-- Run Unit tests -->
59
+ <!-- Run Unit tests with Jest -->
60
60
<execution >
61
- <id >npm run test </id >
61
+ <id >npm run unit </id >
62
62
<goals >
63
63
<goal >npm</goal >
64
64
</goals >
65
- <!-- optional: default phase is "generate-resources" -->
66
65
<phase >test</phase >
67
- <!-- Optional configuration which provides for running any npm command -->
68
66
<configuration >
69
67
<arguments >run unit</arguments >
70
68
</configuration >
69
+ </execution >
70
+ <!-- Run End2End tests with Nightwatch -->
71
+ <execution >
72
+ <id >npm run e2e</id >
73
+ <goals >
74
+ <goal >npm</goal >
75
+ </goals >
76
+ <phase >test</phase >
77
+ <configuration >
78
+ <arguments >run e2e</arguments >
79
+ </configuration >
71
80
</execution >
72
81
</executions >
73
82
</plugin >
You can’t perform that action at this time.
0 commit comments