From 6ea69ada199e71da462b9926aca87107d8258ffd Mon Sep 17 00:00:00 2001 From: "Grail Finder (aider)" Date: Sat, 29 Mar 2025 15:50:04 +0300 Subject: feat: add playwright and testify for e2e testing --- go.mod | 2 ++ 1 file changed, 2 insertions(+) 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 ) -- cgit v1.2.3