kibana/x-pack/test/security_solution_cypress/upgrade_config.ts
Gloria Hornero 9f2d9d4d54
Fixes "servers.elasticsearch.auth" must be a string error (#105095)
* fixes integration with stack testing upgrade framework

* fixes the provider name flexibility

* fixes type check error

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-16 16:19:30 +02:00

14 lines
441 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
import { SecuritySolutionCypressUpgradeCliTestRunner } from './runner';
export default async function () {
return {
testRunner: SecuritySolutionCypressUpgradeCliTestRunner,
};
}