Lines 8-16
export default defineConfig({
Link Here
|
8 |
|
8 |
|
9 |
e2e: { |
9 |
e2e: { |
10 |
experimentalStudio: true, |
10 |
experimentalStudio: true, |
11 |
baseUrl: "http://localhost:8081", |
11 |
baseUrl: "http://kohadev-intra.mydnsname.org:8081", |
12 |
specPattern: "t/cypress/integration/**/*.*", |
12 |
specPattern: "t/cypress/integration/**/*.*", |
13 |
supportFile: "t/cypress/support/e2e.js", |
13 |
supportFile: "t/cypress/support/e2e.js", |
|
|
14 |
env: { |
15 |
db: { |
16 |
host: "db", |
17 |
user: "koha_kohadev", |
18 |
password: "password", |
19 |
database: "koha_kohadev", |
20 |
}, |
21 |
}, |
14 |
}, |
22 |
}, |
15 |
|
23 |
|
16 |
component: { |
24 |
component: { |