owncast/test/automated/hls/run.sh
2023-03-16 10:51:00 -07:00

19 lines
226 B
Bash
Executable file

#!/bin/bash
set -e
source ../tools.sh
# Install the node test framework
npm install --silent >/dev/null
install_ffmpeg
start_owncast
start_stream
sleep 10
# Run tests against a fresh install with no settings.
npm test