Can now run ChromeDP to automate the browser based testing.

This commit is contained in:
Zed A. Shaw 2025-06-15 01:21:42 -04:00
parent 81aaffec56
commit b28e507e5e
6 changed files with 72 additions and 7 deletions

View file

@ -10,5 +10,8 @@ docs:
build_docs:
go tool godoc -v -http=localhost:6060 -index -index_files godoc.idx -write_index
test:
go test
dev:
go tool air
go tool air -build.stop_on_error "true"