11 Commits

Author SHA1 Message Date
Adrian Vollmer
6b9c894ed2 Fix document once more after DOM content loaded
This is because some documents alter itself using `document.write`,
which can insert again tags (img, style, script) that expect to live in
a normal environment.

This commit also refactors some of the `retrieveFile` logic. The
function should behave differently when called in the iframe vs the
parent document.
2024-04-30 14:39:41 +02:00
Adrian Vollmer
610a05b995 Actually build test case 'dark-listing' 2024-04-29 10:15:07 +02:00
Adrian Vollmer
0e12a34121 Use a common venv for tests 2024-04-28 15:19:15 +02:00
Adrian Vollmer
44bfdade54 Minor fixes in tests 2024-04-28 15:15:11 +02:00
Adrian Vollmer
3c91818e66 Black tests 2024-04-28 15:07:16 +02:00
Adrian Vollmer
0fa98c1a51 Use selenium fixture for all browsers 2024-04-22 20:27:05 +02:00
Adrian Vollmer
66aa150326 Use pytest-docker for selenium 2024-04-22 00:07:10 +02:00
Adrian Vollmer
b99d1c2977 Improve tests 2024-04-03 20:02:57 +02:00
Adrian Vollmer
4f41fbf64e Add test cases 2024-03-30 18:22:03 +01:00
Adrian Vollmer
52eb8afc19 Clean up; update README; rename to zundler 2022-10-04 18:58:06 +02:00
Adrian Vollmer
d698771b7a init 2022-09-24 19:29:34 +02:00