A mature testing framework for Go designed to help you write expressive specs
Overall
score
97%
A utility for configuring Ginkgo test suite execution with parallelization support.
@generates
package config
import (
"time"
"github.com/onsi/ginkgo/v2/types"
)
// CreateParallelCLIConfig creates a CLIConfig with specified number of parallel processes.
// When procs is 0, it enables auto-detection of available CPUs.
func CreateParallelCLIConfig(procs int) types.CLIConfig
// CreateSuiteConfig creates a SuiteConfig with the specified settings.
func CreateSuiteConfig(seed int64, timeout time.Duration, failFast bool) types.SuiteConfigProvides testing framework configuration types.
@satisfied-by
Install with Tessl CLI
npx tessl i tessl/golang-github-com-onsi-ginkgo-v2docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10