Jellyfin Forum
Automatic Tests and QA - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Web Development (https://forum.jellyfin.org/f-web-development)
+--- Thread: Automatic Tests and QA (/t-automatic-tests-and-qa)



Automatic Tests and QA - Jerry - 2025-04-24

Hi everyone, this is my first post!

A few days ago, I checked out jellyfin-web to take a look inside the code because of an issue on my TV.
One thing that I noticed is that there are only a few test files (xy.test.ts).
So my question is: how does testing work (especially for stable releases)?
The Jellyfin documentation only mentions manual tests.
But are there any automated unit- or UI-tests?

Thanks for clarification!


RE: Automatic Tests and QA - thornbill - 2025-04-26

Yeah there isn’t much in the way of automated tests. It’s primarily a manual effort to test before releases.


RE: Automatic Tests and QA - Jerry - 2025-04-26

Really? Hm too bad. I hoped I had just overlooked it.
Maybe it´s something for me to contribute.