Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Scope ¶
Scope will return a scenario and let functions to semantically create e2e tests. Will require a before an after functions to be run around each scenario.
scenario, let = scope.Scope(t, func(t *testing.T){}, func(t *testing.T) {}) scenario("This will generate a scope scenario), func(){ truthy := true let("This is an isolated run with global and local scopes", func(t *testing.T) { assert.True(t, truthy) }) })
Types ¶
Click to show internal directories.
Click to hide internal directories.