mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 13:24:33 +03:00
cc6b257470
* Move automated api tests to api directory * First pass at automated browser testing
24 lines
553 B
JSON
24 lines
553 B
JSON
{
|
|
"name": "owncast-browser-tests",
|
|
"version": "1.0.0",
|
|
"description": "Automated browser testing for Owncast",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/owncast/owncast.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/owncast/owncast/issues"
|
|
},
|
|
"homepage": "https://github.com/owncast/owncast#readme",
|
|
"devDependencies": {
|
|
"jest": "^27.2.0",
|
|
"jest-puppeteer": "^5.0.4",
|
|
"puppeteer": "^9.1.1"
|
|
}
|
|
}
|