HLS tests for local and S3 storage. Closes #1457 (#1460)

This commit is contained in:
Gabe Kangas
2021-10-06 21:03:48 -07:00
committed by GitHub
parent fb1c919e59
commit 7b097ccdd9
5 changed files with 11522 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "owncast-test-automation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --bail"
},
"author": "",
"license": "ISC",
"dependencies": {
"m3u8-parser": "^4.7.0",
"node-fetch": "^2.6.5"
},
"devDependencies": {
"jest": "^26.6.3"
}
}