1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2024-12-23 17:50:38 +03:00
owncast/test/automated/api/run.sh

18 lines
202 B
Bash
Raw Normal View History

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