Versions in this module Expand all Collapse all v4 v4.2.0 Dec 22, 2025 Changes in this version + type GoldenTestOption func(*GoldenTests) + func WithDataFiles(files ...bazel.RunfileEntry) GoldenTestOption + func WithExtraArgs(args ...string) GoldenTestOption + func WithOnlyTests(tests ...string) GoldenTestOption + type GoldenTests struct + func FromDir(extensionDir string, options ...GoldenTestOption) *GoldenTests + func (g *GoldenTests) Run(t *testing.T, gazelleName string)