begin setup automation with deno and playwright

This commit is contained in:
2024-11-15 16:06:32 +01:00
parent 5c08cc9cfd
commit 9d4d33ef45
19 changed files with 705 additions and 1 deletions

7
test/deno.json Normal file
View File

@@ -0,0 +1,7 @@
{
"checkJs": true,
"imports": {
"playwright": "npm:playwright@^1.48.2",
"load_dotenv": "jsr:@std/dotenv/load"
}
}