We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474ea69 commit 0108ee5Copy full SHA for 0108ee5
cypress.config.js
@@ -4,7 +4,7 @@ module.exports = defineConfig({
4
defaultCommandTimeout: 10000,
5
env: {
6
opensearch_url: 'localhost:9200',
7
- opensearch_dashboards: 'http://localhost:5601',
+ opensearch_dashboards: 'localhost:5601',
8
security_enabled: false,
9
},
10
fixturesFolder: '.cypress/fixtures',
0 commit comments