* Add the test environment
* Add the first functional test
* Add two services to test the visualizations
* Add two tests for the alerts visualizations
* Refactoring and cleaning code
* Create two new services to test pie charts
* Create two tests for charts pie
* should top 5 agent chart pie values are correct
* should top 5 rule groups chart pie values are correct
* Add test and fix sort problem
* should alerts evolution - top 5 agents chart values are correct
* Add the missing ID property
* Fix problem with the sort function
* Add two classes to test visualization tables
* Add new test for alert summary table
`should alerts summary table values are correct`
* Refactoring duplicate code in `setTodayRange`
* Add 14 tests to cover query bar and filters
* should `alertStats` values are correct when add the filter ` rule.level: 7`
* should `alert level evolution` chart values are correct when add the filter ` rule.level: 7`
* should `alert` chart values are correct when add the filter ` rule.level: 7`
* should `top 5 agent` chart pie values are correct when add the filter ` rule.level: 7`
* should `top 5 rule groups` chart pie values are correct when add the filter ` rule.level: 7`
* should `alerts evolution - top 5 agents` chart values are correct when add the filter ` rule.level: 7`
* should `alerts summary` table values are correct when add the filter ` rule.level: 7`
* should `alertStats` values are correct when add to the query bar ` rule.level: 7`
* should `alert level evolution` chart values are correct when add to the query bar ` rule.level: 7`
* should `alert` chart values are correct when add to the query bar ` rule.level: 7`
* should `top 5 agent` chart pie values are correct when add to the query bar ` rule.level: 7`
* should `top 5 rule groups` chart pie values are correct when add to the query bar ` rule.level: 7`
* should `alerts evolution - top 5 agents` chart values are correct when add to the query bar ` rule.level: 7`
* should `alerts summary` table values are correct when add to the query bar ` rule.level: 7`
* Fix the problem with summary alerts test
* Fix expect problem with alert summary table
* Change the value of a param in visualization
The aggregation type of the visualization is `sum`
I change the value to `count`
* Add missing id properties to visualizations
* Create a new method to navigate to the FIM view
* Add a `beforeEach` method to remove duplicate code
* Add the tests for FIM Dashboard
* Add test for the filters and query bar in FIM
* Add documentation to the code
* Fix problem when comparing objects
* Set index pattern
* Fix the problem with the expected test result
* Removed discover from wz-menu