UNPKG

cypress-plugin-snapshots

Version:
6 lines (4 loc) 163 B
function getTestTitle(test) { return (test.parent && test.parent.title ? `${getTestTitle(test.parent)} > ` : '') + test.title; } module.exports = getTestTitle;