NAME
App::Test::Generator::Exporter::YAML - Serialise a test plan to YAML
VERSION
Version 0.46
export
Serialise a plan hashref to a YAML file on disk.
Arguments
$planA hashref representing the test plan to serialise.
$fileA string. The path to the output YAML file.
Returns
Nothing.
API specification
input
{
self => { type => 'object' },
plan => { type => 'hashref' },
file => { type => 'string', min => 1 },
}
output
{ type => UNDEF }