Run nightly automated screenshots. Closes #2699

This commit is contained in:
Gabe Kangas
2023-02-11 18:41:04 -08:00
parent 398bbef396
commit de534632cd
6 changed files with 18707 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "screenshots",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"browserstack": "^1.6.1"
}
}