Add playwright tests with github actions

This commit is contained in:
jheaps
2025-09-24 13:48:20 -06:00
parent 7d4aff5db2
commit b425c4d5d6
14 changed files with 868 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Bash(dotnet test:*)"
],
"deny": [],
"ask": []
}
}