nuclei/pkg/testutils/testheadless/headless_runtime.go

7 lines
155 B
Go
Raw Normal View History

//go:build !headless_local
package testheadless
// HeadlessLocal determines if local headless chrome should be used in tests
const HeadlessLocal = false