We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bb8f2 commit 81b8918Copy full SHA for 81b8918
docker/docker-compose.ci.yml
@@ -22,7 +22,6 @@ services:
22
networks:
23
fulltest:
24
aliases:
25
- - npm
26
- website1.example.com
27
- website2.example.com
28
- website3.example.com
test/cypress/config/ci.js
@@ -15,8 +15,8 @@ module.exports = defineConfig({
15
return require("../plugins/index.js")(on, config);
16
},
17
env: {
18
- swaggerBase: 'http://npm:81/api/schema',
+ swaggerBase: 'http://fullstack:81/api/schema',
19
20
- baseUrl: 'http://npm:81',
+ baseUrl: 'http://fullstack:81',
21
}
});
0 commit comments