Skip to content

Commit

Permalink
Merge branch 'master' into 4.5-7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed May 26, 2023
2 parents 8c36edf + 6a1d03f commit 4029137
Show file tree
Hide file tree
Showing 28 changed files with 10,073 additions and 549 deletions.
85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/regression_testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
name: Release Candidate - UI regression testing
about: Report the results after running UI manual tests.
title: 'Release [WAZUH VERSION] - Release Candidate [RC VERSION] - Wazuh UI regression testing'
labels: 'level/task, type/test'
assignees: ''

---

The following issue aims to run manual tests for the current release candidate, report the results, and open new issues for any encountered errors.

## Wazuh UI tests information
| | |
|----------------------------------------|-----|
| **Main release candidate issue** | |
| **Version** | |
| **Release candidate #** | |
| **Tag** | |
| **Previous UI regression tests issue** | |

## Test report procedure

**TL;DR**
1. The specified tests will be executed in every platform and version mentioned in this issue.
1. Include evidence of each test performed.
1. Report any problem or bug. Open a new issue for each of them and link them here.
1. Justify skipped tests.


All test results must have one the following statuses:
| | |
|-----------------|----------------------------------------------------------------------|
| :black_circle: | The test hasn't started yet. |
| :green_circle: | All checks passed. |
| :red_circle: | There is at least one failed check. |
| :yellow_circle: | There is at least one expected fail or skipped test and no failures. |


Any failing test must be properly addressed with a new issue, detailing the error and the possible cause.
It must be included in the `Problems` section of the current release candidate issue.

Any expected fail or skipped test must be justified with a reason.
All auditors must validate the justification for an expected fail or skipped test.

An extended report of the test results must be attached as a zip, txt or images.
This report can be used by the auditors to dig deeper into any possible failures and details.

## Test template

| Test | Chrome | Firefox | Safari |
|------|----------------|----------------|----------------|
| - | :black_circle: | :black_circle: | :black_circle: |


## Test plan

1. Verify the app package installs and operates as expected.
2. [ISSUES]


## Conclusions

| Status | Platform |
|----------------|--------------------------------|
| :black_circle: | Wazuh dashboards [VERSION][RC] |
| :black_circle: | Kibana 7.17.9 |
| :black_circle: | Kibana 7.16.3 |
| :black_circle: | Kibana 7.10.2 + ODFE 1.2.0 |

<!-- ** Copy and paste as a new comment. Modify as needed. **
## Conclusions
All tests have been executed and the results can be above.
All tests have passed and the fails have been reported or justified. I therefore conclude that this issue is finished and OK for this release candidate.
-->

## Auditors validation
The definition of done for this one is the validation of the conclusions and the test results from all auditors.

All checks from below must be accepted in order to close this issue.

- [ ]
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed TypeError in FIM Inventory using new error handler [#5364](https://github.com/wazuh/wazuh-kibana-app/pull/5364)
- Fixed error when using invalid group configuration [#5423](https://github.com/wazuh/wazuh-kibana-app/pull/5423)

## Wazuh v4.4.3 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 00

### Added

- Support for Wazuh 4.4.3

### Fixed

- Fixed command to install the macOS agent on the agent wizard [#5481](https://github.com/wazuh/wazuh-kibana-app/pull/5481) [#5484](https://github.com/wazuh/wazuh-kibana-app/pull/5484)
- Fixed command to start the macOS agent on the agent wizard [#5470](https://github.com/wazuh/wazuh-kibana-app/pull/5470)

## Wazuh v4.4.2 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 01

### Added
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ prebuild:
tags:
@echo "- Generating Git tags ..."
@python3 scripts/tag.py

Loading

0 comments on commit 4029137

Please sign in to comment.