From 596a1c6bb9f319ba888b4d6a03b2169a1f37141a Mon Sep 17 00:00:00 2001 From: wenzhixin Date: Mon, 13 Apr 2026 00:46:35 +0800 Subject: [PATCH] Add export extension test HTML pages for Cypress tests - Add 12 test HTML files for export extension options - Test showExport, exportTypes, exportDataType, exportFooter, etc. - Test column options: forceExport, forceHide - Test events: export-started, export-saved - Test methods: exportTable() - Test exportOptions.fileName as function --- .../extensions/export/export-customTypes.html | 38 +++++++++++++++ .../export/export-dataType-all.html | 41 ++++++++++++++++ .../export/export-dataType-selected.html | 39 +++++++++++++++ .../extensions/export/export-events.html | 44 +++++++++++++++++ .../export/export-fileName-function.html | 41 ++++++++++++++++ .../extensions/export/export-footer.html | 47 +++++++++++++++++++ .../extensions/export/export-forceExport.html | 38 +++++++++++++++ .../extensions/export/export-forceHide.html | 38 +++++++++++++++ .../extensions/export/export-method.html | 41 ++++++++++++++++ .../export/export-multipleTypes.html | 37 +++++++++++++++ .../extensions/export/export-showExport.html | 37 +++++++++++++++ .../extensions/export/export-singleType.html | 37 +++++++++++++++ 12 files changed, 478 insertions(+) create mode 100644 for-tests/extensions/export/export-customTypes.html create mode 100644 for-tests/extensions/export/export-dataType-all.html create mode 100644 for-tests/extensions/export/export-dataType-selected.html create mode 100644 for-tests/extensions/export/export-events.html create mode 100644 for-tests/extensions/export/export-fileName-function.html create mode 100644 for-tests/extensions/export/export-footer.html create mode 100644 for-tests/extensions/export/export-forceExport.html create mode 100644 for-tests/extensions/export/export-forceHide.html create mode 100644 for-tests/extensions/export/export-method.html create mode 100644 for-tests/extensions/export/export-multipleTypes.html create mode 100644 for-tests/extensions/export/export-showExport.html create mode 100644 for-tests/extensions/export/export-singleType.html diff --git a/for-tests/extensions/export/export-customTypes.html b/for-tests/extensions/export/export-customTypes.html new file mode 100644 index 00000000..89d98451 --- /dev/null +++ b/for-tests/extensions/export/export-customTypes.html @@ -0,0 +1,38 @@ + + + + + + + + + + +
IDNamePrice
+ + diff --git a/for-tests/extensions/export/export-dataType-all.html b/for-tests/extensions/export/export-dataType-all.html new file mode 100644 index 00000000..36f4a583 --- /dev/null +++ b/for-tests/extensions/export/export-dataType-all.html @@ -0,0 +1,41 @@ + + + + + + + + + + +
IDNamePrice
+ + diff --git a/for-tests/extensions/export/export-dataType-selected.html b/for-tests/extensions/export/export-dataType-selected.html new file mode 100644 index 00000000..3c9828c4 --- /dev/null +++ b/for-tests/extensions/export/export-dataType-selected.html @@ -0,0 +1,39 @@ + + + + + + + + + + + +
IDNamePrice
+ + diff --git a/for-tests/extensions/export/export-events.html b/for-tests/extensions/export/export-events.html new file mode 100644 index 00000000..555d4f22 --- /dev/null +++ b/for-tests/extensions/export/export-events.html @@ -0,0 +1,44 @@ + + + + + + + + + + +
IDNamePrice
+ + diff --git a/for-tests/extensions/export/export-fileName-function.html b/for-tests/extensions/export/export-fileName-function.html new file mode 100644 index 00000000..5fee8918 --- /dev/null +++ b/for-tests/extensions/export/export-fileName-function.html @@ -0,0 +1,41 @@ + + + + + + + + + + +
IDNamePrice
+ + diff --git a/for-tests/extensions/export/export-footer.html b/for-tests/extensions/export/export-footer.html new file mode 100644 index 00000000..7f145d45 --- /dev/null +++ b/for-tests/extensions/export/export-footer.html @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + +
IDNamePrice
Total$6
+ + diff --git a/for-tests/extensions/export/export-forceExport.html b/for-tests/extensions/export/export-forceExport.html new file mode 100644 index 00000000..f36b95a4 --- /dev/null +++ b/for-tests/extensions/export/export-forceExport.html @@ -0,0 +1,38 @@ + + + + + + + + + + + +
IDNamePriceSecret
+ + diff --git a/for-tests/extensions/export/export-forceHide.html b/for-tests/extensions/export/export-forceHide.html new file mode 100644 index 00000000..5526eb42 --- /dev/null +++ b/for-tests/extensions/export/export-forceHide.html @@ -0,0 +1,38 @@ + + + + + + + + + + + +
IDNamePriceIcon
+ + diff --git a/for-tests/extensions/export/export-method.html b/for-tests/extensions/export/export-method.html new file mode 100644 index 00000000..8a9d63c8 --- /dev/null +++ b/for-tests/extensions/export/export-method.html @@ -0,0 +1,41 @@ + + + + + + + + + + +
IDNamePrice
+ + + + diff --git a/for-tests/extensions/export/export-multipleTypes.html b/for-tests/extensions/export/export-multipleTypes.html new file mode 100644 index 00000000..86711465 --- /dev/null +++ b/for-tests/extensions/export/export-multipleTypes.html @@ -0,0 +1,37 @@ + + + + + + + + + + +
IDNamePrice
+ + diff --git a/for-tests/extensions/export/export-showExport.html b/for-tests/extensions/export/export-showExport.html new file mode 100644 index 00000000..3372819c --- /dev/null +++ b/for-tests/extensions/export/export-showExport.html @@ -0,0 +1,37 @@ + + + + + + + + + + +
IDNamePrice
+ + diff --git a/for-tests/extensions/export/export-singleType.html b/for-tests/extensions/export/export-singleType.html new file mode 100644 index 00000000..eec853a9 --- /dev/null +++ b/for-tests/extensions/export/export-singleType.html @@ -0,0 +1,37 @@ + + + + + + + + + + +
IDNamePrice
+ +