Bug 40446 - DB config used by Cypress (mysql2) is not configurable
Summary: DB config used by Cypress (mysql2) is not configurable
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on: 40170
Blocks:
  Show dependency treegraph
 
Reported: 2025-07-18 10:30 UTC by Jonathan Druart
Modified: 2025-07-18 10:30 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-07-18 10:30:36 UTC
It's hardcoded to work with ktd, but it should be more flexible

const connectionConfig = {
    host: "db",
    user: "koha_kohadev",
    password: "password",
    database: "koha_kohadev",
};