owncast/test/automated/replays/run.sh
2023-09-07 17:42:05 -07:00

19 lines
251 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 "--enableReplayFeatures"
start_stream
sleep 10
# Run tests against a fresh install with no settings.
npm test