Upload files to "/"

This commit is contained in:
2026-02-08 20:36:43 -06:00
parent ff74855c50
commit 177dc0cbfc
3 changed files with 1274 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "mocha",
"private": true,
"version": "1.0.0",
"scripts": {
"test": "mocha --parallel"
},
"devDependencies": {
"allure-js-commons": "^3.0.6",
"allure-mocha": "^3.0.6",
"mocha": "^10.8.2",
"selenium-webdriver": "^4.40.0"
}
}