hiptest/hiptest-publisher

View on GitHub
lib/templates/javascript/dataset.hbs

Summary

Maintainability
Test Coverage
test('{{escape_single_quotes scenario_name}}: {{{escape_single_quotes rendered_children.name}}}{{#if rendered_children.test_snapshot_uid}} (uid:{{{rendered_children.test_snapshot_uid}}}){{/if}}', function () {{#curly}}
  {{{ camelize_lower scenario_name }}}.apply(this, [{{{ join rendered_children.arguments ', ' }}}]);
{{/curly}});