test demo

This commit is contained in:
Kevin Pham
2023-11-26 16:44:04 -06:00
parent 6c54d31086
commit d71ebe5137
4 changed files with 200 additions and 0 deletions

14
tests/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.40.0",
"@types/node": "^20.10.0"
}
}