From a3ef482ef577e145146d606e2fa239c0e5aed17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 30 Oct 2023 14:24:10 +0100 Subject: Add README for HTML components. --- tests/html-components/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/html-components/README.md diff --git a/tests/html-components/README.md b/tests/html-components/README.md new file mode 100644 index 00000000..684d7b21 --- /dev/null +++ b/tests/html-components/README.md @@ -0,0 +1,8 @@ +HTML Component Tests +==================== + +Currently these tests simply check the SXML output of my HTML components. They +should however be updated (along with the implementation), so that each +component can exists separately, with all it's dependencies (CSS, ...) +bundled. Then each component should be automatically screenshoted (through +Selenium), and compared to a reference image (genareted in the same way). -- cgit v1.2.3