diff options
author | Frederick Muriuki Muriithi | 2024-08-16 10:40:06 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-16 10:40:06 -0500 |
commit | 5c64e11b75eb4e615a875111d55a05969acae367 (patch) | |
tree | 41eda97a01577a8670ee5e772cbc20d82c8d071b /topics | |
parent | a44d4c34e6c53defbe72db01f46795ae93c277b6 (diff) | |
download | gn-gemtext-5c64e11b75eb4e615a875111d55a05969acae367.tar.gz |
Provide some basic notes on IceCat for test automation.
Diffstat (limited to 'topics')
-rw-r--r-- | topics/testing/mechanical-rob.gmi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/topics/testing/mechanical-rob.gmi b/topics/testing/mechanical-rob.gmi index 24e7b3c..a55200f 100644 --- a/topics/testing/mechanical-rob.gmi +++ b/topics/testing/mechanical-rob.gmi @@ -66,3 +66,9 @@ The last `bash` is to ensure we install the Bourne-Again Shell whic we use to la Of course, here we are assuming that `SERVER_PORT` has the value of the port on which GN2 is running. +## Possible Improvements + +Look into using geckodriver to help with the mechanical-rob tests. +`geckodriver` comes with the +=> https://icecatbrowser.org/index.html GNU IceCat browser +which is present as a package in GNU Guix. |