owncast/test/automated/replays/run.sh

20 lines
251 B
Bash
Raw Normal View History

2023-09-01 08:19:37 +03:00
#!/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