Jose Sanchez Robles

Results 21 comments of Jose Sanchez Robles

I add more commits to the branch [issue-1539](https://github.com/wazuh/wazuh-kibana-app/tree/issue-1539). The code of these commits introduces two new concepts: fixtures and test_subjects. ### Fixtures When made tests the data input is very...

I start the made the tests for these requisites: ### Index patterns - [x] Should have wazuh-alerts-3.x-* and wazuh-monitoring-3.x-* - [x] None of the index-patterns should be the default ###...

I will continue with these requirements. ### Basic functions checks (Overview and Agents) - [ ] Check the initial number of checks of the health check when opening the app....

I create a new entry in the wiki of the repository: https://github.com/wazuh/wazuh-kibana-app/wiki/How-to-create-and-run-e2e-tests I have pending push a new commit with the reorganized structure of the tests.

I push some fixed and reorganize the code in the branch [issue-1539](https://github.com/wazuh/wazuh-kibana-app/tree/issue-1539)

Added 17 new tests in the file `apps/overview/_welcome.js` to cover these tasks: - [x] Go to Settings and select different extensions, and then go back to Overview/Agents. The extensions configuration...

>Type something and press Enter on the different Discover search bars. After pressing Enter, the search should start This task is divided into some tests: - [x] Security Events -...

I add code documentation to the page_object and the services files

I change the environment where the tests are run. I deleted `test: ui: server` from the` package.json` file. To run the test, it is necessary to add two environment variables...

I opened this PR to fix the problem with the alerts without `GeoLocation` fields. https://github.com/wazuh/wazuh/pull/4459