diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /46 |
Diffstat (limited to '46')
-rw-r--r-- | 46/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/46/index.md b/46/index.md new file mode 100644 index 0000000..e26a7c3 --- /dev/null +++ b/46/index.md @@ -0,0 +1,12 @@ +Title: Add automatic rendering tests +Author: rodarima +Created: Sat, 30 Dec 2023 20:04:19 +0000 +State: closed + +These tests render a HTML page in Dillo and save a screenshot which is compared with another one rendered by a reference HTML file which doesn't make use of the feature under test. + +Running these tests require some additional dependencies to run a Xorg server and capture screenshots of the browser, so they are only enabled when configured with the --enable-html-tests option. + +Additionally, running Dillo and opening local files requires a working file dpi plugin. So, when running the HTML tests it is required that a working dpid server can be launched by Dillo. To do so, Dillo can be first installed to a prefix directory, the dpidrc file copied to ~/.dillo/ and then the DILLOBIN variable set to the path of the dillo binary under test. + +Implements #15
\ No newline at end of file |