@actualwave/traceability-matrices
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -26,3 +26,3 @@ const projects = []; | ||
project.records[name].push({ | ||
// filePath: Cypress.spec.relative, | ||
filePath: Cypress.spec.relative, | ||
title, | ||
@@ -29,0 +29,0 @@ titlePath: [...titlePath], |
{ | ||
"name": "@actualwave/traceability-matrices", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"types": "cypress.d.ts", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -26,3 +26,4 @@ const { basename } = require("path"); | ||
each spec in self.specHeaders | ||
th.spec-name(title=spec.title) #{spec.name} | ||
th.spec-name(title=spec.title) | ||
span.spec-name-text #{spec.name} | ||
@@ -33,5 +34,7 @@ //- Data Rows | ||
each header in self.dataHeaderRows[index] | ||
th(colspan=header.colspan, rowspan=header.rowspan, class=header.class, title=header.title) !{header.name} | ||
th(colspan=header.colspan, rowspan=header.rowspan, class=\`requirement \${header.class || ''}\`, title=header.title) | ||
span.requirement-text !{header.name} | ||
each data in row.cells | ||
td(title=data.title, class=data.class) #{data.name} | ||
td(title=data.title, class=\`cell \${data.class || ''}\`) | ||
span.cell-text #{data.name} | ||
@@ -38,0 +41,0 @@ //- Totals |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59139
1487