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 5656 <arguments >run build</arguments >
5757 </configuration >
5858 </execution >
59- <!-- Run Unit tests -->
59+ <!-- Run Unit tests with Jest -->
6060 <execution >
61- <id >npm run test </id >
61+ <id >npm run unit </id >
6262 <goals >
6363 <goal >npm</goal >
6464 </goals >
65- <!-- optional: default phase is "generate-resources" -->
6665 <phase >test</phase >
67- <!-- Optional configuration which provides for running any npm command -->
6866 <configuration >
6967 <arguments >run unit</arguments >
7068 </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 >
7180 </execution >
7281 </executions >
7382 </plugin >
You can’t perform that action at this time.
0 commit comments