aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-30 14:24:10 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-06 00:46:26 +0100
commita3ef482ef577e145146d606e2fa239c0e5aed17f (patch)
tree37c2211bf87abdb051582f1ea9e2f86491fed5a7
parentDisable the iCalendar format tests for the time being. (diff)
downloadcalp-a3ef482ef577e145146d606e2fa239c0e5aed17f.tar.gz
calp-a3ef482ef577e145146d606e2fa239c0e5aed17f.tar.xz
Add README for HTML components.
-rw-r--r--tests/html-components/README.md8
1 files changed, 8 insertions, 0 deletions
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).