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.
2 parents 25e8db7 + 3da2692 commit c0c2d57Copy full SHA for c0c2d57
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