This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch feat-additional-dataset-playwright-tests
in repository https://gitbox.apache.org/repos/asf/superset.git
from 2c9d5a7320 refactor(playwright): extract generic API helpers and
separate create-dataset test
add 12a35c6f92 feat(playwright): add bulk delete and import dataset tests
No new revisions were added by this update.
Summary of changes:
.../components/modals/ImportDatasetModal.ts | 73 +++++++
.../playwright/components/modals/index.ts | 1 +
.../playwright/fixtures/dataset_export.zip | Bin 0 -> 5261 bytes
.../playwright/helpers/api/dataset.ts | 1 +
.../playwright/helpers/api/intercepts.ts | 30 ++-
.../playwright/pages/DatasetListPage.ts | 7 +
.../experimental/dataset/create-dataset.spec.ts | 10 +-
.../experimental/dataset/dataset-list.spec.ts | 213 ++++++++++++++++++++-
8 files changed, 326 insertions(+), 9 deletions(-)
create mode 100644
superset-frontend/playwright/components/modals/ImportDatasetModal.ts
create mode 100644 superset-frontend/playwright/fixtures/dataset_export.zip