mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Added CCS test for data view functionality. (#124586)
* Added CCS test for data view functionality. * Changed how we are approaching the test. Just adding a remote to exercise the CCS functionality. * Adjusted test to use correct port for remote cluster. * Added and corrected config for the tests to be able to run. * Changed test title. * Added functional ccs suite to functional test runner script. * Changed config.ts to config.js * Moved es to before clause. * Added await for an async call. * Added await for an async call. * Updated saved queries test to use CCS. One test is failing, all others are passing. * Merge branch 'main' of github.com:elastic/kibana into CCS_Functional_Test_POC * Fixed a reference. * Removed the OSS tests since we created CCS versions of them. * Removed tests from index file. * Restored test files per comment with matthias. * Did some cleanup of comments. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
c914e94841
commit
1e16db4d18
8 changed files with 431 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
require('../src/setup_node_env');
|
||||
require('@kbn/test').runTestsCli([
|
||||
require.resolve('../test/functional/config.js'),
|
||||
require.resolve('../test/functional_ccs/config.js'),
|
||||
require.resolve('../test/plugin_functional/config.ts'),
|
||||
require.resolve('../test/ui_capabilities/newsfeed_err/config.ts'),
|
||||
require.resolve('../test/new_visualize_flow/config.ts'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue