We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e8db7 commit 3da2692Copy full SHA for 3da2692
test/hc_e2e.sh
@@ -27,7 +27,8 @@ sleep 10
27
28
echo "---- start UI sanity tests on HC ----"
29
cd marklogic-data-hub-central/ui/e2e
30
-npm run cy:run --reporter junit --reporter-options "toConsole=false"
+npm install
31
+npm run cy:run-sanity --reporter junit --reporter-options "toConsole=false"
32
33
echo "---- cleanup resources ----"
34
kill $bootRunPID $forwarderPID
0 commit comments