We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c15c4 commit 0229d35Copy full SHA for 0229d35
tests/e2e_tests/conftest.py
@@ -326,4 +326,4 @@ def log_test_start_and_end(request):
326
test_name = request.node.nodeid
327
logging.console.info(f"🏁[green]Testing[/green] [yellow]{test_name}[/yellow]")
328
yield
329
- logging.console.success(f"✅ [green]Passed[/green] [yellow]{test_name}[/yellow]")
+ logging.console.success(f"✅ [green]Finished[/green] [yellow]{test_name}[/yellow]")
0 commit comments