How to use the intern.config.elasticsearch function in intern

To help you get started, we’ve selected a few intern examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github elastic / kibana / test / functional / testSettings.js View on Github external
setup: function () {
        common = new Common(this.remote);
        settingsPage = new SettingsPage(this.remote);
        headerPage = new HeaderPage(this.remote);
        scenarioManager = new ScenarioManager(url.format(config.elasticsearch));
        remote = this.remote;
      },