Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
test methods
Browse files Browse the repository at this point in the history
  • Loading branch information
josephedward committed Oct 12, 2022
1 parent e2bdcad commit bdf7891
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 97 deletions.
23 changes: 12 additions & 11 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,21 @@ tasks:
- echo "***Creating Database***"
- go clean -modcache
- go test ./test/db_test.go -v -rod="show,trace"
manager:
cmds:
- echo "***Connecting to Rod Container using launcher.Manager***"
- go clean -modcache
- docker run -p 7317:7317 ghcr.io/go-rod/rod
# - go run ./manager.go
remote:
cmds:
- echo "***Connecting to Rod Container using launcher.Manager***"
- go clean -modcache
- go run ./remote.go -v -rod="show,trace"
test:
cmds:
- echo "***Running All Tests***"
- go clean -modcache
- cd /test
- go test -v

# manager:
# cmds:
# - echo "***Connecting to Rod Container using launcher.Manager***"
# - go clean -modcache
# - docker run -p 7317:7317 ghcr.io/go-rod/rod
# # - go run ./manager.go
# remote:
# cmds:
# - echo "***Connecting to Rod Container using launcher.Manager***"
# - go clean -modcache
# - go run ./remote.go -v -rod="show,trace"
47 changes: 0 additions & 47 deletions manager.go

This file was deleted.

39 changes: 0 additions & 39 deletions remote.go

This file was deleted.

0 comments on commit bdf7891

Please sign in to comment.