pytest-html-plus 0.4.5__py3-none-any.whl → 0.4.6__py3-none-any.whl

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.
@@ -376,9 +376,9 @@ class JSONReporter:
376
376
  // Sort and reorder
377
377
  testElements.sort((a, b) => {{
378
378
  const aDuration = parseFloat(
379
- a.querySelector('.timestamp').textContent.replace(/[^\d.]/g, '')
379
+ a.querySelector('.timestamp').textContent.replace(/[^\\d.]/g, '')
380
380
  ) || 0;
381
- const bDuration = parseFloat(b.querySelector('.timestamp').textContent.replace(/[^\d.]/g, '')) || 0;
381
+ const bDuration = parseFloat(b.querySelector('.timestamp').textContent.replace(/[^\\d.]/g, '')) || 0;
382
382
  return bDuration - aDuration;
383
383
  }});
384
384
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pytest-html-plus
3
- Version: 0.4.5
3
+ Version: 0.4.6
4
4
  Summary: Generate Actionable, automatic screenshots, unified Pytest HTML report in less than 3 seconds — no hooks, merge plugins, no config, xdist-ready.
5
5
  License: MIT
6
6
  Keywords: pytest,pytest-html-plus,pytest-plugin,html-test-report,beautiful-test-report,shareable-test-results,test-report,test-results,unit-test-report,functional-test-report,test-summary,reporting,python-testing,automated-testing,test-runner,report-generator,continuous-integration,ci-cd,github-actions,jenkins,pytest-html,pytest-report
@@ -2,15 +2,15 @@ pytest_html_plus/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
2
2
  pytest_html_plus/compute_filter_counts.py,sha256=A1rLdY9XWiIunpIs3VlmJsQ5JkKcWbVdj9r1Xg_4g6o,872
3
3
  pytest_html_plus/compute_report_metadata.py,sha256=k35kCSCAc8Fj9zgzzM49kh0h1NV2Ope9Lr8JHG_1jlU,783
4
4
  pytest_html_plus/extract_link.py,sha256=1XtqkbZkrl1YgPGtFc3Ss1XFWm4LNLuO3Hi407HNChk,340
5
- pytest_html_plus/generate_html_report.py,sha256=UFDX70ZIAnO9g75HszGKenjM0uvoM1rTNMwG2esLVP4,34253
5
+ pytest_html_plus/generate_html_report.py,sha256=JmoU8mRgW-5b_u2p7_535B2aRTtGNoXypwzVreiuvCk,34255
6
6
  pytest_html_plus/json_merge.py,sha256=EQu23n8z4a0FxvFOlvYoDlX1jrZYjWwsCL-6oxfDREw,1868
7
7
  pytest_html_plus/json_to_xml_converter.py,sha256=5E6BGMw4FaJhoYDUZQ6dF8NWqAeXrcuSrlySy81IrVE,3468
8
8
  pytest_html_plus/plugin.py,sha256=sxCai3u018MRIhwYYsTjFv65Ss7OZOYM_xREU7XNn9E,11526
9
9
  pytest_html_plus/resolver_driver.py,sha256=hehokRO5EuG4Ti8MyaSBW4xaHduUK3Ot2jbw1YpIsnk,1287
10
10
  pytest_html_plus/send_email_report.py,sha256=qDnAPy1Jc4favOvXg6MT0ttNmSsG3MXGQX1Hu7wN1Go,2622
11
11
  pytest_html_plus/utils.py,sha256=DkGzQDFG_SUQHo97_lBnqTyeNxlo3NlFBZ2X_ooZRdM,2205
12
- pytest_html_plus-0.4.5.dist-info/LICENSE,sha256=8flU0ghLnuKK8qZv9pJ1xhXiKQdUncg0OvqMwYhGWzY,1090
13
- pytest_html_plus-0.4.5.dist-info/METADATA,sha256=vJ_eLd0-EtJlD-3MBIaIn4xfbk6Qe51L9Ao-tmkpFrc,8504
14
- pytest_html_plus-0.4.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
15
- pytest_html_plus-0.4.5.dist-info/entry_points.txt,sha256=eSbV9G_n_XnR4wemMxKHSSuPMcBSoHbE1WuC2IQp4Zk,53
16
- pytest_html_plus-0.4.5.dist-info/RECORD,,
12
+ pytest_html_plus-0.4.6.dist-info/LICENSE,sha256=8flU0ghLnuKK8qZv9pJ1xhXiKQdUncg0OvqMwYhGWzY,1090
13
+ pytest_html_plus-0.4.6.dist-info/METADATA,sha256=G3lBbjk4omUV07pZcbcrkrFHrAA0hMycmU6N_hTvMYc,8504
14
+ pytest_html_plus-0.4.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
15
+ pytest_html_plus-0.4.6.dist-info/entry_points.txt,sha256=eSbV9G_n_XnR4wemMxKHSSuPMcBSoHbE1WuC2IQp4Zk,53
16
+ pytest_html_plus-0.4.6.dist-info/RECORD,,