mirror of
https://github.com/nicolargo/glances.git
synced 2026-09-21 17:46:05 -04:00
Add docuùentation for WebUI test
This commit is contained in:
1 parent
11890f31b1
commit
f5ec34cdf9
1 file changed
+15
-1
+15
-1
@@ -7,7 +7,21 @@
|
||||
# SPDX-License-Identifier: LGPL-3.0-only
|
||||
#
|
||||
|
||||
"""Glances unitary tests suite for the WebUI."""
|
||||
"""Glances unitary tests suite for the WebUI.
|
||||
|
||||
This test uses Selenium to test the Glances WebUI.
|
||||
Under the wood, it uses the ChromeDriver.
|
||||
|
||||
Check your Chrome version with:
|
||||
/usr/bin/google-chrome --version
|
||||
Check your ChromeDriver version with:
|
||||
/usr/bin/chromedriver --version
|
||||
|
||||
The (major) version should match.
|
||||
|
||||
If not, download and install the correct version of ChromeDriver.
|
||||
https://googlechromelabs.github.io/chrome-for-testing/#stable
|
||||
"""
|
||||
|
||||
import os
|
||||
import tempfile
|
||||
|
||||
Reference in new issue
Block a user