From 95627efadf55c39901928ee730d22de55cdcc209 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 30 Dec 2023 21:00:22 +0100 Subject: Add automatic rendering tests 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. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e81622f5..7ec09003 100644 --- a/ChangeLog +++ b/ChangeLog @@ -49,6 +49,7 @@ dillo-3.1 [not released yet] - Add support for OpenSSL 1.1, OpenSSL 3, mbedTLS 2 and mbedTLS 3 - Replace configure flag --enable-ssl to --enable-tls - Enable TLS support by default for https. + - Add automatic rendering tests (only enabled with --enable-html-tests). Patches: Rodrigo Arias Mallo ----------------------------------------------------------------------------- -- cgit v1.2.3