6ab2647adb
We have implemented few UI tests using go-rod, but haven't been running them regularly. Change-Id: I6c89365f719882431842a2026b426860f1293b8b
14 lines
284 B
Modula-2
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.101.8
|
|
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
|
|
)
|