summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrail Finder (aider) <wohilas@gmail.com>2025-03-29 15:50:04 +0300
committerGrail Finder (aider) <wohilas@gmail.com>2025-03-29 15:50:04 +0300
commit6ea69ada199e71da462b9926aca87107d8258ffd (patch)
treecc5de0d99ef4e2c79d21c63acd285211d207cc92
parentc30ab382560ddbed5c90043090c78fbb56b5fffa (diff)
feat: add playwright and testify for e2e testing
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 7ee017e..422f54c 100644
--- a/go.mod
+++ b/go.mod
@@ -6,8 +6,10 @@ require (
github.com/jmoiron/sqlx v1.3.5
github.com/mattn/go-sqlite3 v1.14.6
github.com/pkg/errors v0.9.1
+ github.com/playwright-community/playwright-go v0.2000.1
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
+ github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.16.0
)