Can now run ChromeDP to automate the browser based testing.
This commit is contained in:
parent
81aaffec56
commit
b28e507e5e
6 changed files with 72 additions and 7 deletions
5
Makefile
5
Makefile
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue