Skip to main content
passing.sh172 B
View on GitHub
#!/bin/sh
# Successful output is captured and stays hidden in the default test report.
echo 'Connecting to the local demo service...'
sleep 0.4
echo 'Health check passed.'