|
Lines 12-18
export default defineConfig({
Link Here
|
| 12 |
return require("./t/cypress/plugins/index.js")(on, config); |
12 |
return require("./t/cypress/plugins/index.js")(on, config); |
| 13 |
}, |
13 |
}, |
| 14 |
experimentalStudio: true, |
14 |
experimentalStudio: true, |
| 15 |
baseUrl: "http://localhost:8081", |
15 |
baseUrl: process.env.KOHA_INTRANET_URL || "http://localhost:8081", |
| 16 |
specPattern: "t/cypress/integration/**/*.*", |
16 |
specPattern: "t/cypress/integration/**/*.*", |
| 17 |
supportFile: "t/cypress/support/e2e.js", |
17 |
supportFile: "t/cypress/support/e2e.js", |
| 18 |
env: { |
18 |
env: { |
| 19 |
- |
|
|