Skip to content

Commit 1a03290

Browse files
authored
- Dump tests (#721)
* - Dump tool tests: PMM-12777: QAA : PMM dump automated tests
1 parent bb6bc98 commit 1a03290

File tree

6 files changed

+714
-21
lines changed

6 files changed

+714
-21
lines changed

codeceptConfigHelper.js

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ module.exports = {
2828
dbaasActionsPage: './tests/DbaaS/pages/dbaasActionsPage.js',
2929
dbaasManageVersionPage: './tests/DbaaS/pages/dbaasManageVersionPage.js',
3030
dbClusterSummaryDashboardPage: './tests/PageObjects/Dashboards/Experimental/dbClusterSummaryDashboard.js',
31+
dumpAPI: './tests/pages/api/dumpAPI.js',
32+
dumpPage: './tests/pages/dumpPage.js',
3133
explorePage: './tests/pages/explorePage.js',
3234
experimentalPostgresqlDashboardsPage: './tests/PageObjects/Dashboards/Postgresql/ExperimentalPostgresqlDashboards.js',
3335
grafanaAPI: './tests/pages/api/grafanaAPI.js',

0 commit comments

Comments
 (0)