0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

feat: add web console

This commit is contained in:
2025-05-14 13:31:07 +02:00
committed by Jan Wyzula
parent d579d894f0
commit 56b6a0b8c2
7 changed files with 405 additions and 0 deletions

View File

@ -96,6 +96,10 @@ def test_available_widgets(qtbot, connected_client_gui_obj):
if object_name == "VSCodeEditor":
continue
# Skip WebConsole as ttyd is not installed
if object_name == "WebConsole":
continue
#############################
######### Add widget ########
#############################