1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-25 16:27:33 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
Chih-Hsuan Yen
f1a9ac9b15 sanitizer: add a test to make sure <figure> is intact
Somehow with the old approach, `<figure>` is rearranged into `<head>`,
and the latter is stripped by `Sanitizer::strip_harmful_tags()` (see
[1]). The issue is fixed by [2]. Here I added a test for the regression.

[1] https://community.tt-rss.org/t/unexpected-behavior-with-figure-tag/6244
[2] 67012f9dac
2023-12-18 22:46:35 +08:00
Andrew Dolgov
2b8e344532
add some unittest options for xmlrunner 2023-12-02 12:48:54 +03:00
Andrew Dolgov
e453befab6
fix filename 2023-12-02 12:47:36 +03:00
Andrew Dolgov
dbb6e7291e
enable unit test results for selenium 2023-12-02 12:44:21 +03:00
Andrew Dolgov
e52eaf0e7b
add sanitizer integration test 2023-12-02 11:14:07 +03:00
Andrew Dolgov
0b7d021f8e
add wait-for-element to selenium test 2023-11-01 13:40:35 +03:00
Andrew Dolgov
1be156408a
add some more phpunit api tests 2023-10-29 10:46:01 +03:00
Andrew Dolgov
7cd2c5cac8
fix apitest 2023-10-29 09:42:53 +03:00
Andrew Dolgov
adf3985afa
fix circular dependency 2023-10-29 09:25:01 +03:00
Andrew Dolgov
8b72d9ab11
add phpunit integration (wip) 2023-10-29 09:14:18 +03:00
Andrew Dolgov
855695a862
add stuff necessary to run integration tests using phpunit 2023-10-28 18:45:09 +03:00
Andrew Dolgov
d2424b9e4b
use python unittest for selenium tests 2023-10-28 11:11:13 +03:00
Andrew Dolgov
efd5d79dde
make sure we fail properly 2023-10-22 13:51:24 +03:00
Andrew Dolgov
db05575b2d
add configurable ns 2023-10-22 13:42:41 +03:00
Andrew Dolgov
ce3eb32076
un-mock test, use SELENIUM_IMAGE 2023-10-22 13:35:01 +03:00