You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/docs-template/source/webui.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Web UI
2
2
3
-
When Protoplaster is running in server mode, it serves a web UI which can be used for remote configuration and tests triggering. It also supports controlling other devices running Protoplaster in server mode from a single Web UI.
3
+
When Protoplaster is running in server mode, it serves a Web UI which can be used for remote configuration and tests triggering. It also supports controlling other devices running Protoplaster in server mode from a single Web UI.
4
4
5
5
## Accessing Web UI
6
6
@@ -10,7 +10,7 @@ Run Protoplaster in server mode, optionally specifying a port:
10
10
protoplaster -d tests/ -r reports/ -a artifacts/ --server --port 5000
11
11
```
12
12
13
-
Access Web UI from a web browser using the device's IP and specified port:
13
+
Access the Web UI from a web browser using the device's IP and the specified port:
14
14
15
15
```{figure} img/webui.png
16
16
:align: center
@@ -23,7 +23,7 @@ Protoplaster Web UI.
23
23
## Devices
24
24
25
25
In the Devices tab, external devices can be added and removed. The local device (the one serving the Web UI) is always present and cannot be removed.
26
-
To add an external device, first start Protoplaster on it in server mode, then add it using the "Add new device" button, specifying it's IP and port on which Protoplaster is running:
26
+
To add an external device, first start Protoplaster on it in server mode, then add it using the "Add new device" button, specifying its IP and port on which Protoplaster is running:
27
27
28
28
29
29
```{figure} img/webui_add_device.png
@@ -35,7 +35,7 @@ Web UI - adding new device.
35
35
36
36
## Configs
37
37
38
-
In the Configs tab, available configs can be listed for all connected devices. Select device for which configs are listed using the drop-down on the left. To add new config, use the "Add new config" button. Config can be uploaded to multiple devices by selecting more than one in the Devices box:
38
+
In the Configs tab, all the available configs can be listed for all connected devices. Select the device for which configs are listed using the drop-down on the left. To add a new config, use the "Add new config" button. Configs can be uploaded to multiple devices by selecting more than one in the Devices box:
39
39
40
40
```{figure} img/webui_add_config.png
41
41
:align: center
@@ -46,7 +46,7 @@ Web UI - adding new config.
46
46
47
47
## Test runs
48
48
49
-
In the Test runs tab, running and finished test runs can be listed for available devices. Like in Configs tab, desired device for which test runs are listed can be selected using the drop-down menu. To trigger a test run, use the "Trigger test run" button. Test can be triggered on multiple devices, by selecting multiple devices in the Devices box. When multiple devices are selected, the config field will only show configs which are present on all selected devices.
49
+
In the Test runs tab, running and finished test runs can be listed for available devices. Like in the Configs tab, the desired device for which test runs are listed can be selected using the drop-down menu. To trigger a test run, use the "Trigger test run" button. Tests can be triggered on multiple devices, by selecting multiple devices in the Devices box. When multiple devices are selected, the config field will only show configs which are present on all selected devices.
0 commit comments