bdd

package
v0.0.0-...-c4175cc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(features []string,
	initSuite func(context *godog.TestSuiteContext),
	InitScenario func(context *godog.ScenarioContext),
	opts ...Option) error

Types

type Option

type Option func(suite *Suite)

type Suite

type Suite struct {
	Paths                []string
	Format               string
	Strict               bool
	Concurrency          int
	TestSuiteInitializer []func(context *godog.TestSuiteContext)
	ScenarioInitializer  []func(context *godog.ScenarioContext)

	context.Context
}

func (*Suite) InitializeScenario

func (s *Suite) InitializeScenario(context *godog.ScenarioContext)

func (*Suite) InitializeTestSuite

func (s *Suite) InitializeTestSuite(context *godog.TestSuiteContext)

func (*Suite) Run

func (s *Suite) Run() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL