Skip to content

Commit 3da2692

Browse files
author
Vitaly Korolev
committed
run only sanity tests on HC
1 parent 25e8db7 commit 3da2692

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)