[ftr] add first-class support for playwrite journeys (#140680)

* [ftr] add first-class support for playwrite journeys

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* fix jest test

* remove ability to customize kibana server args, if we need it we can add it back

* remove dev dir that doesn't exist

* fix typo

* prevent duplicated array converstion logic by sharing flag reader

* remove destructuring of option

* fix scalability config and config_path import

* fix start_servers args and tests

* include simple readme

* fix jest tests and support build re-use when changes are just to jest tests

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Spencer 2022-09-22 03:06:46 -05:00 committed by GitHub
parent 2bc9b77e9c
commit 50b3b57d9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
197 changed files with 4828 additions and 4096 deletions

View file

@ -7,4 +7,4 @@
*/
require('../src/setup_node_env');
require('@kbn/test').startServersCli(require.resolve('../test/functional/config.base.js'));
require('@kbn/test').startServersCli();

View file

@ -7,4 +7,4 @@
*/
require('../src/setup_node_env');
require('@kbn/test').runFailedTestsReporterCli();
require('@kbn/failed-test-reporter-cli');