This is an automated email from the ASF dual-hosted git repository.
diegopucci pushed a change to branch chore/cypress-runtime-enhancements
in repository https://gitbox.apache.org/repos/asf/superset.git
from f5a74cdc0d Enhance charts list tests
new b429773cb4 Enhance charts filter test
new c95faa2ad2 Enhance dashboard load tests
new 984baf6bf9 Refactor edit/save dashboard tests
new 3ea671e4c3 Improve cleanup samples data
new 1c4d440794 Additional sample data management enhancements
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cypress-base/cypress/fixtures/dashboards.json | 12 +-
.../integration/chart_list/card_view.test.ts | 129 ----------
.../integration/chart_list/chart_list.helper.ts | 19 --
.../chart_list/chartlist.applitools.test.ts | 2 +-
.../cypress/integration/chart_list/filter.test.ts | 168 +++++--------
.../cypress/integration/chart_list/list.test.ts | 4 -
.../cypress/integration/dashboard/controls.test.ts | 6 +-
.../dashboard/dashboard.applitools.test.ts | 8 +-
.../integration/dashboard/dashboard.helper.ts | 94 -------
.../integration/dashboard/edit_mode.test.js | 97 --------
.../integration/dashboard/edit_properties.test.ts | 263 --------------------
.../cypress/integration/dashboard/editsave.test.ts | 274 +++++++++++++++++++++
.../cypress/integration/dashboard/fav_star.test.js | 3 +-
.../cypress/integration/dashboard/filter.test.ts | 6 +-
.../integration/dashboard/key_value.test.ts | 6 +-
.../cypress/integration/dashboard/load.test.ts | 21 +-
.../cypress/integration/dashboard/markdown.test.ts | 4 +-
.../integration/dashboard/nativeFilters.test.ts | 11 +-
.../cypress/integration/dashboard/save.test.js | 163 ------------
.../integration/dashboard/url_params.test.ts | 7 +-
.../cypress/integration/dashboard/utils.ts | 22 ++
.../integration/dashboard_list/filter.test.ts | 11 +-
.../integration/dashboard_list/list.test.ts | 4 -
.../cypress-base/cypress/support/index.d.ts | 4 +
.../cypress-base/cypress/support/index.ts | 222 ++++++++++-------
.../cypress-base/cypress/utils/index.ts | 83 +++++++
.../cypress-base/cypress/utils/urls.ts | 2 +
.../src/components/PageHeaderWithActions/index.tsx | 1 +
.../components/BuilderComponentPane/index.tsx | 1 +
.../src/dashboard/components/Header/index.jsx | 2 +-
.../dashboard/components/PropertiesModal/index.tsx | 1 +
31 files changed, 639 insertions(+), 1011 deletions(-)
delete mode 100644
superset-frontend/cypress-base/cypress/integration/chart_list/card_view.test.ts
delete mode 100644
superset-frontend/cypress-base/cypress/integration/chart_list/chart_list.helper.ts
delete mode 100644
superset-frontend/cypress-base/cypress/integration/dashboard/edit_mode.test.js
delete mode 100644
superset-frontend/cypress-base/cypress/integration/dashboard/edit_properties.test.ts
create mode 100644
superset-frontend/cypress-base/cypress/integration/dashboard/editsave.test.ts
delete mode 100644
superset-frontend/cypress-base/cypress/integration/dashboard/save.test.js