Panagiota Mitsopoulou

Results 42 comments of Panagiota Mitsopoulou

This PR makes it possible to write deployment agnostic tests using Mocha tagging. I tested it locally by running the scripts I added to the new [package.json](https://github.com/mgiota/kibana/blob/observability_solution_api_integration/x-pack/test/observability_solution_api_integration/package.json). Not sure whose...

> So while your new configs are included in regular local CI runs, you don't get ESS or MKI tests for free. You would have to set up your own...

I'm putting here an EXCELLENT list of PRs @MadameSheema compiled for us! Thanks a tons! Such a great help! This is all the work the Security team has done regarding...

@dominiqueclarke Do you have an idea how we can fix this `error Definition for rule '@kbn/eslint/require_mocha_tagging' was not found @kbn/eslint/require_mocha_tagging`? It was introduced after this [commit](https://github.com/elastic/kibana/pull/183113/commits/3c4bd0658ccc899a02eceec8b22b93f7b939a78e)

Here's an update regarding the deployment agnostic tests and this POC. FTR tests already make use of the `it.tags(['my-tag-1', 'my-tag-2'])` pattern, and so we would like to stay with that...

@pheyos Before moving on with the new branch that will contain in its history only the necessary changes (suiteTags and nothing related to mochaOps) I wanted to check what are...

@pheyos [Here's](https://github.com/mgiota/kibana/commit/5ab6a6ca173ade60c0102b38830093086872ed31) what I tried and looks like it works. The idea is that I have only one sloApi service defined within `test/api_integration` folder (and not test_serverless), which in turn...