# wazuh-qa **Repository Path**: rrtddr/wazuh-qa ## Basic Information - **Project Name**: wazuh-qa - **Description**: 来自 https://github.com/wazuh/wazuh-qa 的同步 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-30 - **Last Updated**: 2022-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wazuh [![Slack](https://img.shields.io/badge/slack-join-blue.svg)](https://wazuh.com/community/join-us-on-slack/) [![Email](https://img.shields.io/badge/email-join-blue.svg)](https://groups.google.com/forum/#!forum/wazuh) [![Documentation](https://img.shields.io/badge/docs-view-green.svg)](https://documentation.wazuh.com) [![Documentation](https://img.shields.io/badge/web-view-green.svg)](https://wazuh.com) [![Twitter](https://img.shields.io/twitter/follow/wazuh?style=social)](https://twitter.com/wazuh) [![YouTube](https://img.shields.io/youtube/views/peTSzcAueEc?style=social)](https://www.youtube.com/watch?v=peTSzcAueEc) Wazuh is a free and open source platform used for threat prevention, detection, and response. It is capable of protecting workloads across on-premises, virtualized, containerized, and cloud-based environments. Wazuh solution consists of an endpoint security agent, deployed to the monitored systems, and a management server, which collects and analyzes data gathered by the agents. Besides, Wazuh has been fully integrated with the Elastic Stack, providing a search engine and data visualization tool that allows users to navigate through their security alerts. ## Wazuh QA repository In this repository you will find the tests used in the CI environment to test Wazuh's capabilities and daemons. This is the structure of the repository: - `deps/wazuh_testing`: contains a Python's framework used to automatize tasks and interact with Wazuh. - `tests`: directory containing the test suite. These are tests developed using Pytest. - `integration`: integration tests of the different daemons/components. - `system`: system tests of Wazuh. - `scans`: tests used to scan and verify Wazuh Python code and dependencies. - `docs`: contains the technical documentation about the code and documentation about the tests.