0
owncast/test/automated/hls/run.sh
Gabe Kangas 04b1b30b7d
Update API tests (#3894)
* fix(test): remove done callback in tests

* fix(test): expect correct status code

* fix(test): remove logging of var
2024-08-21 14:44:09 -07:00

20 lines
228 B
Bash
Executable File

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