Automated browser testing (#1415)

* Move automated api tests to api directory

* First pass at automated browser testing
This commit is contained in:
Gabe Kangas
2021-09-17 14:04:09 -07:00
committed by GitHub
parent 5fc8465746
commit cc6b257470
29 changed files with 9094 additions and 25 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"name": "owncast browser tests",
"preset": "jest-puppeteer"
}