Summary: | selenium/regressions.t fails if Selenium lib is not installed | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | fridolin.somers, kyle, martin.renvoize |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29690 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
22.05.00,21.11.03
|
Circulation function: | |
Attachments: |
Bug 29779: Make selenium tests return green even if lib is missing
Bug 29779: Make selenium tests return green even if lib is missing |
Description
Jonathan Druart
2022-01-03 11:33:31 UTC
Created attachment 128958 [details] [review] Bug 29779: Make selenium tests return green even if lib is missing Some selenium tests are not correctly written and they fail is Selenium::Remote::Driver is missing. Test plan: 1. Remove the lib rm `pmpath Selenium::Remote::Driver` 2. prove t/db_dependent/selenium/ should return green Created attachment 129615 [details] [review] Bug 29779: Make selenium tests return green even if lib is missing Some selenium tests are not correctly written and they fail is Selenium::Remote::Driver is missing. Test plan: 1. Remove the lib rm `pmpath Selenium::Remote::Driver` 2. prove t/db_dependent/selenium/ should return green Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> All works as expected for me.. signing off. Trivial, skipping QA. Pushed to master for 22.05, thanks to everybody involved [U+1F984] Pushed to 21.11.x for 21.11.03 Test was failing : https://jenkins.koha-community.org/view/master/job/Koha_Master/1910/ Commit in master : 090c70b746 Bug 29779: Fix unit tests count Also in 21.11.x : 4729fd7881 Bug 29779: Fix unit tests count for 21.11.x |