We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafece6 commit d2a1cb0Copy full SHA for d2a1cb0
types/config.go
@@ -30,6 +30,7 @@ type SuiteConfig struct {
30
PollProgressAfter time.Duration
31
PollProgressInterval time.Duration
32
Timeout time.Duration
33
+ EmitSpecProgress bool // this is deprecated but its removal is causing compile issue for some users that were setting it manually
34
OutputInterceptorMode string
35
SourceRoots []string
36
GracePeriod time.Duration
0 commit comments