storj/testsuite/go.mod
Egon Elbre 6511bb91fb private/testplanet: support writing monitoring spans
This allows to set `STORJ_TEST_MONKIT` to either
`svg` or `json` to write individual testplanet test
traces to disk.

It also allows to specify an absolute directory:

  STORJ_TEST_MONKIT=svg,dir:/abs/dir/path

It requires an absolute path, because from the context of
tests, there's no easy way to find the folder where tests
were called.

Change-Id: I6fe008a4d4237d221cf5a5bede798b46399ee197
2021-09-30 09:03:35 +03:00

14 lines
284 B
Modula-2

module storj.io/storj/testsuite
go 1.16
replace storj.io/storj => ../
require (
github.com/go-rod/rod v0.100.0
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.17.0
storj.io/common v0.0.0-20210928143209-230bee624465
storj.io/storj v0.12.1-0.20210916114455-b2d724962c24
)