summaryrefslogtreecommitdiff
path: root/tests/integration
AgeCommit message (Collapse)Author
2025-10-11PHPUnit cleanup, get group detection working.supahgreg
2025-10-11Update PHPUnit config+test for 12.x.supahgreg
2025-09-02use built-in feed for integration testAndrew Dolgov
2025-05-29let's use gitlab rss feed in phpunit for nowAndrew Dolgov
2025-05-22switch selenium to servicesAndrew Dolgov
2025-05-22adjust timeouts againAndrew Dolgov
2025-05-22fix typoAndrew Dolgov
2025-05-22adjust timeoutsAndrew Dolgov
2025-05-22also add driver implicit wait for element searchAndrew Dolgov
2025-05-22try adding selenium page timeoutAndrew Dolgov
2024-12-16maybe fix integration tests failing by always initializing apitest fieldsAndrew Dolgov
2024-12-14Use native typing in more places and clean up 'FeedEnclosure' a bit.wn_
2023-12-18sanitizer: add a test to make sure <figure> is intactChih-Hsuan Yen
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] https://gitlab.tt-rss.org/tt-rss/tt-rss/-/commit/67012f9dac7de22615b72be93fa360f53fefe3ec
2023-12-02add some unittest options for xmlrunnerAndrew Dolgov
2023-12-02fix filenameAndrew Dolgov
2023-12-02enable unit test results for seleniumAndrew Dolgov
2023-12-02add sanitizer integration testAndrew Dolgov
2023-11-01add wait-for-element to selenium testAndrew Dolgov
2023-10-29add some more phpunit api testsAndrew Dolgov
2023-10-29fix apitestAndrew Dolgov
2023-10-29fix circular dependencyAndrew Dolgov
2023-10-29add phpunit integration (wip)Andrew Dolgov
2023-10-28add stuff necessary to run integration tests using phpunitAndrew Dolgov
2023-10-28use python unittest for selenium testsAndrew Dolgov
2023-10-22make sure we fail properlyAndrew Dolgov
2023-10-22add configurable nsAndrew Dolgov
2023-10-22un-mock test, use SELENIUM_IMAGEAndrew Dolgov