Skip to content

Commit c0c2d57

Browse files
Merge pull request #227 from vitalykorolev/MLE-13757_fix-HC-tests
MLE-13757 fix hc tests
2 parents 25e8db7 + 3da2692 commit c0c2d57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hc_e2e.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ sleep 10
2727

2828
echo "---- start UI sanity tests on HC ----"
2929
cd marklogic-data-hub-central/ui/e2e
30-
npm run cy:run --reporter junit --reporter-options "toConsole=false"
30+
npm install
31+
npm run cy:run-sanity --reporter junit --reporter-options "toConsole=false"
3132

3233
echo "---- cleanup resources ----"
3334
kill $bootRunPID $forwarderPID

0 commit comments

Comments
 (0)