install.fairie/.config/taskfiles/go/Taskfile-test.yml

22 lines
466 B
YAML
Raw Normal View History

2022-12-24 12:04:59 -08:00
---
version: '3'
tasks:
ci:
deps:
- :install:go:gotestsum
cmds:
- gotestsum --junitfile report.xml --format testname
convey:
deps:
- :install:go:goconvey
desc: Run tests through the browser with GoConvey
summary: |
# Open Go Testing Web UI
[GoConvey](http://goconvey.co/) allows you to write tests in your IDE
and get live updates in a browser window while writing the tests.
cmds:
- goconvey