cucu 1.3.18__py3-none-any.whl → 1.3.19__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.
cucu/reporter/html.py
CHANGED
|
@@ -234,6 +234,9 @@ def generate(results: Path, basepath: Path):
|
|
|
234
234
|
f'Exception while trying to run sub_headers hook for scenario: "{scenario_dict["name"]}"\n{traceback.format_exc()}'
|
|
235
235
|
)
|
|
236
236
|
scenario_dict["sub_headers"] = "<br/>".join(sub_headers)
|
|
237
|
+
scenario_dict["steps"] = sorted(
|
|
238
|
+
scenario_dict["steps"], key=lambda x: x["seq"]
|
|
239
|
+
)
|
|
237
240
|
|
|
238
241
|
for step_dict in scenario_dict["steps"]:
|
|
239
242
|
# Handle section headings with different levels (# to ####)
|
|
@@ -57,7 +57,7 @@ cucu/reporter/external/jquery.dataTables.min.js,sha256=XNhaB1tBOSFMHu96BSAJpZOJz
|
|
|
57
57
|
cucu/reporter/external/manage_scenario_highlights.js,sha256=UAGC3CLzTqDdPI9d2tFOeww9afVS5S4J1Elg96x60cY,2669
|
|
58
58
|
cucu/reporter/external/popper.min.js,sha256=pS96pU17yq-gVu4KBQJi38VpSuKN7otMrDQprzf_DWY,19188
|
|
59
59
|
cucu/reporter/favicon.png,sha256=9ikXLAmzfQzy2NQps_8CGaZog2FvQrOX8nnSZ0e1UmM,2161
|
|
60
|
-
cucu/reporter/html.py,sha256=
|
|
60
|
+
cucu/reporter/html.py,sha256=6P_rmwQj7eliESGbKiQjbRnyhYJLGZsUXA_F1ONObYg,13866
|
|
61
61
|
cucu/reporter/templates/feature.html,sha256=UKnQKsCiU7MFm1QJscoyDYc-kbolaxJ9D6qqLDUCSHU,3694
|
|
62
62
|
cucu/reporter/templates/flat.html,sha256=TGNwMxtqAmNbuxnBpWRKRTzo70Md1q_4tl0YnZW-iKY,2535
|
|
63
63
|
cucu/reporter/templates/index.html,sha256=2rLHG0zKp7i9JFmCpL76ITy-uOd7atBm8PieIvkN_9o,2768
|
|
@@ -89,7 +89,7 @@ cucu/steps/text_steps.py,sha256=Jj_GHoHeemNwVdUOdqcehArNp7WM-WMjljA4w0pLXuw,2576
|
|
|
89
89
|
cucu/steps/variable_steps.py,sha256=WSctH3_xcxjijGPYZlxp-foC_SIAAKtF__saNtgZJbk,2966
|
|
90
90
|
cucu/steps/webserver_steps.py,sha256=i11xOmSjhhrQ-2QrDfpjDhWroeJuuGKvbYEsHV1cioI,1406
|
|
91
91
|
cucu/utils.py,sha256=ixJS5wG8GFuZfHE-gRk0dG4lJXjyjQFbq3hJzLG0Uvw,11409
|
|
92
|
-
cucu-1.3.
|
|
93
|
-
cucu-1.3.
|
|
94
|
-
cucu-1.3.
|
|
95
|
-
cucu-1.3.
|
|
92
|
+
cucu-1.3.19.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
|
|
93
|
+
cucu-1.3.19.dist-info/entry_points.txt,sha256=11WRIhQM7LuUnQg1lAoZQoNvvBvYNN1maDgQS4djwJo,40
|
|
94
|
+
cucu-1.3.19.dist-info/METADATA,sha256=I4AVar6ojfuqSZLUCJJANqKypJFL0Hd1c97nQU7duqg,16722
|
|
95
|
+
cucu-1.3.19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|