Skip to content

Commit

Permalink
Fixing issue in search bar in HTML report
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Aug 28, 2024
1 parent cb80c3a commit 574458f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions behavex/outputs/report_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def export_result_to_html(
'joined': joined,
'report': report,
'tags': list(tags),
'scenarios': scenarios,
'execution_start_time': execution_start_time,
'execution_end_time': execution_end_time
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='behavex',
version='4.0.1rc7',
version='4.0.1rc8',
license="MIT",
platforms=['any'],
python_requires='>=3.5',
Expand Down

0 comments on commit 574458f

Please sign in to comment.