Namespace: GlaceConfig

GlaceConfig

GlaceJS tests generator config.

Properties:
Name Type Description
gen object

Generator options.

Properties
Name Type Argument Default Description
stepsFile string

File path to load steps description. May be json or yaml format.

outFile string

File path to save generator output (yaml format). If file path doesn't have yaml extension it will be added.

stepsUsage number

Number of step usage in test case. Overrides the same value for individual steps.

filter string

Chunk of step name in order to choose tests which contain this step.

namesOnly boolean <optional>
false

Flag to print only step names without full info.

stepsUniq number <optional>
0

Amount of uniq sequences of steps in order to filter tests.

testsLimit number <optional>
1000000

Maximum amount of tests.

stepsLimit number <optional>

Maximum amount of steps per test.

Source: