Test generation script command. Represents a single command in a test generation script.
GeneratorScriptCommand
// Generator command{ type: 'generator', generator: 'gen-random', args: ['10', '100']} Copy
// Generator command{ type: 'generator', generator: 'gen-random', args: ['10', '100']}
// Manual test{ type: 'manual', manualFile: './tests/manual/sample1.txt', group: 'samples'} Copy
// Manual test{ type: 'manual', manualFile: './tests/manual/sample1.txt', group: 'samples'}
Command type
Optional
Generator name (for type='generator')
Path to manual test file (for type='manual')
Test group assignment
Points for this test
Test generation script command. Represents a single command in a test generation script.
GeneratorScriptCommand
Example
Example