<div dir="ltr">Hi devs,<br><br>Yesterday Tomas and I spent some time to improve our continuous integration server (<a href="http://jenkins.koha-community.org">jenkins.koha-community.org</a>).<br><br>What's new:<br>- a new task 17.05 has been created<br>- tasks 17.05 and master are now running `prove -r t xt`. This is pretty awesome and a big step for the project, it is the first time ever we have that!<br>- a selenium server is setup before the tests are executed, to make them pass<br>- badge statuses are back on the dashboard! You can add them to your own dashboard if you like [1]<br><br>Coverage report has jumped from | to<br>% method | 83% (5650/6802)  | 85.6% (5848/6830)<br>% conditionals | 41.7% (8744/20957) | 45.2% (9525/21032)<br>% statements | 64.6% (28839/44639) | 67.8% (30414/44852)<br>Total number of tests | 21,330 | 21,911<br>See results of runs 220 [2] (before the changes, without executing all tests) and 225 [3] (with the changes, all tests from t and xt are executed).<br><br>I have added a new check to the QA scripts to test POD coverage (QAers, please update).<br><br>Note: 17.05 is failing for Prices.t (see 18289) and Circulation.t (but that may be a random failures, see bug 18759).<br><br>TODO: Add more test coverage, add selenium tests, reduce the time execution of the test suite (2 hours now).<br><br>If you want to help in this area or know what is going on, see the relevant epic on the kanban [4]<br><br>Cheers,<br>Jonathan<br><br>[1] For instance the badge status for master is at <a href="https://jenkins.koha-community.org/job/Koha_Master_D8/badge/icon">https://jenkins.koha-community.org/job/Koha_Master_D8/badge/icon</a><br>[2] <a href="https://jenkins.koha-community.org/job/Koha_Master_D8/220/clover/">https://jenkins.koha-community.org/job/Koha_Master_D8/220/clover/</a><br>[3] <a href="https://jenkins.koha-community.org/job/Koha_Master_D8/225/clover/">https://jenkins.koha-community.org/job/Koha_Master_D8/225/clover/</a><br>[4] <a href="https://tree.taiga.io/project/joubu-koha-rm-1711/epic/32">https://tree.taiga.io/project/joubu-koha-rm-1711/epic/32</a><br></div>