@cucumber/html-formatter 21.13.0 → 21.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/LICENSE +21 -0
  2. package/dist/main.js +1 -1
  3. package/dist/package.json +27 -27
  4. package/dist/src/CucumberHtmlStream.d.ts +3 -1
  5. package/dist/src/CucumberHtmlStream.d.ts.map +1 -1
  6. package/dist/src/CucumberHtmlStream.js +32 -7
  7. package/dist/src/CucumberHtmlStream.js.map +1 -1
  8. package/dist/src/CucumberHtmlStream.spec.js +1 -1
  9. package/dist/src/CucumberHtmlStream.spec.js.map +1 -1
  10. package/dist/src/icon.url +1 -0
  11. package/dist/src/index.mustache.html +9 -3
  12. package/dist/test/acceptance.spec.js +1 -1
  13. package/dist/test/acceptance.spec.js.map +1 -1
  14. package/dist/tsconfig.build.tsbuildinfo +1 -1
  15. package/package.json +27 -27
  16. package/src/CucumberHtmlStream.spec.ts +1 -1
  17. package/src/CucumberHtmlStream.ts +36 -7
  18. package/src/icon.url +1 -0
  19. package/src/index.mustache.html +9 -3
  20. package/test/__screenshots__/ambiguous.png +0 -0
  21. package/test/__screenshots__/backgrounds.png +0 -0
  22. package/test/__screenshots__/doc-strings.png +0 -0
  23. package/test/__screenshots__/global-hooks-afterall-error.png +0 -0
  24. package/test/__screenshots__/global-hooks-attachments.png +0 -0
  25. package/test/__screenshots__/global-hooks-beforeall-error.png +0 -0
  26. package/test/__screenshots__/global-hooks.png +0 -0
  27. package/test/__screenshots__/multiple-features-reversed.png +0 -0
  28. package/test/__screenshots__/multiple-features.png +0 -0
  29. package/test/__screenshots__/regular-expression.png +0 -0
  30. package/test/__screenshots__/rules-backgrounds.png +0 -0
  31. package/test/__screenshots__/unused-steps.png +0 -0
  32. package/test/acceptance.spec.ts +2 -1
  33. package/logo.svg +0 -7
  34. /package/test/__screenshots__/{attachments-feature.png → attachments.png} +0 -0
  35. /package/test/__screenshots__/{cdata-feature.png → cdata.png} +0 -0
  36. /package/test/__screenshots__/{data-tables-feature.png → data-tables.png} +0 -0
  37. /package/test/__screenshots__/{empty-feature.png → empty.png} +0 -0
  38. /package/test/__screenshots__/{examples-tables-attachment-feature.png → examples-tables-attachment.png} +0 -0
  39. /package/test/__screenshots__/{examples-tables-feature.png → examples-tables.png} +0 -0
  40. /package/test/__screenshots__/{hooks-attachment-feature.png → hooks-attachment.png} +0 -0
  41. /package/test/__screenshots__/{hooks-conditional-feature.png → hooks-conditional.png} +0 -0
  42. /package/test/__screenshots__/{hooks-named-feature.png → hooks-named.png} +0 -0
  43. /package/test/__screenshots__/{hooks-feature.png → hooks.png} +0 -0
  44. /package/test/__screenshots__/{markdown-feature-md.png → markdown.png} +0 -0
  45. /package/test/__screenshots__/{minimal-feature.png → minimal.png} +0 -0
  46. /package/test/__screenshots__/{parameter-types-feature.png → parameter-types.png} +0 -0
  47. /package/test/__screenshots__/{pending-feature.png → pending.png} +0 -0
  48. /package/test/__screenshots__/{retry-feature.png → retry.png} +0 -0
  49. /package/test/__screenshots__/{rules-feature.png → rules.png} +0 -0
  50. /package/test/__screenshots__/{skipped-feature.png → skipped.png} +0 -0
  51. /package/test/__screenshots__/{stack-traces-feature.png → stack-traces.png} +0 -0
  52. /package/test/__screenshots__/{undefined-feature.png → undefined.png} +0 -0
  53. /package/test/__screenshots__/{unknown-parameter-type-feature.png → unknown-parameter-type.png} +0 -0