[kbn-scout] Custom event-oriented test reporter & persistence (#202906)

This commit is contained in:
David Olaru 2024-12-09 14:34:25 +00:00 committed by GitHub
parent 1d9ca1ebf6
commit ad4e8efd0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 1761 additions and 71 deletions

4
scripts/scout_start_servers.js → scripts/scout.js Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the "Elastic License
@ -8,4 +10,4 @@
*/
require('../src/setup_node_env');
require('@kbn/scout').startServersCli();
void require('@kbn/scout').cli.run();

View file

@ -1,11 +0,0 @@
/*
* 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", the "GNU Affero General Public License v3.0 only", and the "Server Side
* Public License v 1"; you may not use this file except in compliance with, at
* your election, the "Elastic License 2.0", the "GNU Affero General Public
* License v3.0 only", or the "Server Side Public License, v 1".
*/
require('../src/setup_node_env');
require('@kbn/scout').runTestsCli();