-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New attributes added for integration testing (#3331)
* New attributes added for integration testing * New constants added for integration testing * Added new constants files for cypress * updated selectors and atributes
- Loading branch information
1 parent
c73c3dc
commit 5c9d117
Showing
12 changed files
with
419 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* | ||
* Wazuh app - Wazuh Constants file for Cypress | ||
* Copyright (C) 2015-2021 Wazuh, Inc. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Find more information about this on the LICENSE file. | ||
*/ | ||
|
||
export enum WAZUH_MENU_MANAGEMENT_SECTIONS_CY_TEST_ID { | ||
MANAGEMENT = 'menuManagementManagementLink', | ||
ADMINISTRATION = 'menuManagementAdministrationLink', | ||
RULESET = 'menuManagementRulesetLink', | ||
RULES = 'menuManagementRulesLink', | ||
DECODERS = 'menuManagementDecodersLink', | ||
CDB_LISTS = 'menuManagementCdbListsLink', | ||
GROUPS = 'menuManagementGroupsLink', | ||
CONFIGURATION = 'menuManagementConfigurationLink', | ||
STATUS_AND_REPORTS = 'menuManagementStatusReportsLink', | ||
STATUS = 'menuManagementStatusLink', | ||
CLUSTER = 'menuManagementMonitoringLink', | ||
LOGS = 'menuManagementLogsLink', | ||
REPORTING = 'menuManagementReportingLink', | ||
STATISTICS = 'menuManagementStatisticsLink', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
* Wazuh app - Wazuh Constants file for Cypress | ||
* Copyright (C) 2015-2021 Wazuh, Inc. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Find more information about this on the LICENSE file. | ||
*/ | ||
|
||
export enum WAZUH_MENU_MODULES_SECTIONS_CY_TEST_ID { | ||
SECURITY_EVENTS = 'menuModulesSecurityEventsLink', | ||
INTEGRITY_MONITORING = 'menuModulesFimLink', | ||
AMAZON_WEB_SERVICES = 'menuModulesAwsLink', | ||
GOOGLE_CLOUD_PLATFORM = 'menuModulesGcpLink', | ||
POLICY_MONITORING = 'menuModulesPolicyMonitoringLink', | ||
SECURITY_CONFIGURATION_ASSESSMENT = 'menuModulesScaLink', | ||
AUDITING = 'menuModulesAuditLink', | ||
OPEN_SCAP = 'menuModulesOpenScapLink', | ||
VULNERABILITIES = 'menuModulesVulsLink', | ||
OSQUERY = 'menuModulesOsqueryLink', | ||
DOCKER = 'menuModulesDockerLink', | ||
MITRE_ATTACK = 'menuModulesMitreLink', | ||
PCI_DSS = 'menuModulesPciLink', | ||
HIPAA = 'menuModulesHipaaLink', | ||
NIST_800_53 = 'menuModulesNistLink', | ||
TSC = 'menuModulesTscLink', | ||
CIS_CAT = 'menuModulesCiscatLink', | ||
VIRUSTOTAL = 'menuModulesVirustotalLink', | ||
GDPR = 'menuModulesGdprLink', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* Wazuh app - Wazuh Constants file for Cypress | ||
* Copyright (C) 2015-2021 Wazuh, Inc. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Find more information about this on the LICENSE file. | ||
*/ | ||
|
||
export enum WAZUH_MENU_SECURITY_SECTIONS_CY_TEST_ID { | ||
USERS = 'menuSecurityUsersLink', | ||
ROLES = 'menuSecurityRolesLink', | ||
POLICIES = 'menuSecurityPoliciesLink', | ||
ROLES_MAPPING = 'menuSecurityRoleMappingLink', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* Wazuh app - Wazuh Constants file for Cypress | ||
* Copyright (C) 2015-2021 Wazuh, Inc. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Find more information about this on the LICENSE file. | ||
*/ | ||
|
||
export enum WAZUH_MENU_SETTINGS_SECTIONS_CY_TEST_ID { | ||
SETTINGS = 'menuSettingsSettingsLink', | ||
API_CONFIGURATION = 'menuSettingsApiLink', | ||
MODULES = 'menuSettingsModulesLink', | ||
SAMPLE_DATA = 'menuSettingsSampleDataLink', | ||
CONFIGURATION = 'menuSettingsConfigurationLink', | ||
LOGS = 'menuSettingsLogsLink', | ||
MISCELLANEOUS = 'menuSettingsMiscellaneousLink', | ||
ABOUT = 'menuSettingsAboutLink', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* Wazuh app - Wazuh Constants file for Cypress | ||
* Copyright (C) 2015-2021 Wazuh, Inc. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Find more information about this on the LICENSE file. | ||
*/ | ||
|
||
export enum WAZUH_MENU_TOOLS_SECTIONS_CY_TEST_ID { | ||
API_CONSOLE = 'menuToolsDevToolsLink', | ||
RULESET_TEST = 'menuToolsLogtestLink', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.