diff --git a/dolphinscheduler-ui-next/README.md b/dolphinscheduler-ui-next/README.md index 3de063fc3..26f42181b 100644 --- a/dolphinscheduler-ui-next/README.md +++ b/dolphinscheduler-ui-next/README.md @@ -50,21 +50,4 @@ Usually after you modify the code, you need to perform code formatting operation pnpm run prettier ``` ---- - -### E2E - -In order to ensure the stability of the project, we have added a lot of `E2E` tests, you can learn about it through the following list, and when you make code changes, please make sure that the `DOM` of `E2E` has not changed, if there are changes, please Correspondingly modify the backend code or explain it in `PR`. - -- [Login](https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-ui-next/docs/e2e/login.md) -- [Data Source](https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-ui-next/docs/e2e/data-source.md) -- [Navbar](https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-ui-next/docs/e2e/navbar.md) -- [Project](https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-ui-next/docs/e2e/project.md) -- [Resource](https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-ui-next/docs/e2e/resource.md) -- [Security](https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-ui-next/docs/e2e/security.md) - -### Known Issues - -Since this system is newly developed, there are some known issues, but this does not affect your use. We will deal with it in subsequent versions. If you are an open source enthusiast, your contributions are very welcome. - -Check out all known issues [Know Issues](https://github.com/apache/dolphinscheduler/issues/8565). +--- \ No newline at end of file diff --git a/dolphinscheduler-ui-next/docs/e2e/data-source.md b/dolphinscheduler-ui-next/docs/e2e/data-source.md deleted file mode 100644 index adde2109f..000000000 --- a/dolphinscheduler-ui-next/docs/e2e/data-source.md +++ /dev/null @@ -1,23 +0,0 @@ -### data source - -| check | class | -| ------------------ | ------------------------------ | -| :white_check_mark: | data-source-items | -| | el-popconfirm | -| | el-button--primary | -| :white_check_mark: | options-datasource-type | -| :white_check_mark: | btn-create-data-source | -| :white_check_mark: | dialog-create-data-source | -| :white_check_mark: | btn-delete | -| :white_check_mark: | btn-data-source-type-drop-down | -| :white_check_mark: | input-data-source-name | -| :white_check_mark: | input-data-source-description | -| :white_check_mark: | input-ip | -| :white_check_mark: | input-port | -| :white_check_mark: | input-username | -| :white_check_mark: | input-password | -| :white_check_mark: | input-data-base | -| :white_check_mark: | input-jdbc-params | -| :white_check_mark: | btn-submit | -| :white_check_mark: | btn-cancel | -| :white_check_mark: | btn-test-connection | diff --git a/dolphinscheduler-ui-next/docs/e2e/login.md b/dolphinscheduler-ui-next/docs/e2e/login.md deleted file mode 100644 index 7f3e5e1bb..000000000 --- a/dolphinscheduler-ui-next/docs/e2e/login.md +++ /dev/null @@ -1,7 +0,0 @@ -### login - -| check | class | -| ------------------ | --------------- | -| :white_check_mark: | input-user-name | -| :white_check_mark: | input-password | -| :white_check_mark: | btn-login | diff --git a/dolphinscheduler-ui-next/docs/e2e/navbar.md b/dolphinscheduler-ui-next/docs/e2e/navbar.md deleted file mode 100644 index 17bc69d46..000000000 --- a/dolphinscheduler-ui-next/docs/e2e/navbar.md +++ /dev/null @@ -1,8 +0,0 @@ -### navbar - -id: - -- [ ] tabProject -- [ ] tabSecurity -- [ ] tabResource -- [ ] tabDataSource diff --git a/dolphinscheduler-ui-next/docs/e2e/project.md b/dolphinscheduler-ui-next/docs/e2e/project.md deleted file mode 100644 index 582a832b6..000000000 --- a/dolphinscheduler-ui-next/docs/e2e/project.md +++ /dev/null @@ -1,143 +0,0 @@ -### project - -class: - -- [ ] items-project -- [ ] el-popconfirm -- [ ] el-button--primary -- [ ] project-name -- [ ] delete - -id: - -- [ ] btnCreateProject -- [ ] inputProjectName -- [ ] btnSubmit - -#### detail - -class: - -- [ ] tab-process-definition -- [ ] tab-process-instance -- [ ] tab-task-instance - -#### workflow save dialog - -class: - -- [ ] input-param-key -- [ ] input-param-val -- [ ] option-tenants -- [ ] add -- [ ] add-dp - -id: - -- [ ] inputName -- [ ] btnSubmit -- [ ] selectTenant - -#### workflow run dialog - -id: - -- [ ] btnSubmit - -#### workflow instance tab - -class: - -- [ ] items-workflow-instances -- [ ] select-all -- [ ] btn-delete-all -- [ ] el-popconfirm -- [ ] el-button--primary -- [ ] btn-rerun -- [ ] success -- [ ] execution-time -- [ ] btn-rerun - -#### workflow format dialog - -class: - -- [ ] el-dialog\_\_wrapper -- [ ] el-button--primary - -#### workflow form - -class: - -- [ ] graph-format -- [ ] task-item-`type` -- [ ] dag-container - -id: - -- [ ] btnSave - -#### workflow definition tab - -class: - -- [ ] select-all -- [ ] btn-delete-all -- [ ] el-popconfirm -- [ ] el-button--primary -- [ ] items -- [ ] name -- [ ] button-publish -- [ ] button-run -- [ ] btn-cancel-publish - -id: - -- [ ] btnCreateProcess - -#### task instance tab - -class: - -- [ ] items-task-instances -- [ ] task-instance-state -- [ ] task-instance-name - -#### switch task form - -class: - -- [ ] switch-task -- [ ] switch-else -- [ ] el-input\_\_inner -- [ ] option-else-branches -- [ ] option-if-branches - -id: - -- [ ] btnAddIfBranch - -#### switch task if branch - -class: - -- [ ] switch-task -- [ ] switch-list -- [ ] el-input - -#### task node form - -class: - -- [ ] input-param-key -- [ ] input-param-val -- [ ] pre_tasks-model -- [ ] user-def-params-model -- [ ] add -- [ ] add-dp -- [ ] option-pre-tasks - -id: - -- [ ] inputNodeName -- [ ] btnSubmit diff --git a/dolphinscheduler-ui-next/docs/e2e/resource.md b/dolphinscheduler-ui-next/docs/e2e/resource.md deleted file mode 100644 index 452a2a2b5..000000000 --- a/dolphinscheduler-ui-next/docs/e2e/resource.md +++ /dev/null @@ -1,142 +0,0 @@ -### resource - -#### file manage - -class: - -- [ ] items -- [ ] el-popconfirm -- [ ] el-button--primary - -id: - -- [ ] btnCreateDirectory -- [ ] btnCreateFile -- [ ] btnUploadFile -- [ ] delete -- [ ] btnRename -- [ ] btnEdit -- [ ] btnDownload - -##### create directory - -id: - -- [ ] inputDirectoryName -- [ ] inputDescription -- [ ] btnSubmit -- [ ] btnCancel - -##### rename directory - -id: - -- [ ] inputName -- [ ] inputDescription -- [ ] btnSubmit -- [ ] btnCancel - -##### create file - -id: - -- [ ] inputFileName -- [ ] btnSubmit -- [ ] btnCancel - -##### upload file - -id: - -- [ ] btnUpload -- [ ] btnSubmit -- [ ] btnCancel - -#### function manage - -class: - -- [ ] udf-function-items -- [ ] el-popconfirm -- [ ] el-button--primary - -id: - -- [ ] btnCreateUdfFunction -- [ ] btnRename -- [ ] btnDelete - -##### create unf function - -class: - -- [ ] vue-treeselect\_\_menu - -id: - -- [ ] inputFunctionName -- [ ] inputClassName -- [ ] btnUdfResourceDropDown -- [ ] inputDescription -- [ ] btnSubmit -- [ ] btnCancel - -##### rename udf function - -id: - -- [ ] inputFunctionName -- [ ] inputClassName -- [ ] inputDescription -- [ ] btnSubmit -- [ ] btnCancel - -#### resource - -class: - -- [ ] tab-file-manage -- [ ] tab-udf-resource-manage -- [ ] tab-function-resource-manage - -#### udf manage - -class: - -- [ ] udf-items -- [ ] el-popconfirm -- [ ] el-button--primary - -id: - -- [ ] btnCreateDirectory -- [ ] btnUploadUdf -- [ ] btnDownload -- [ ] btnRename -- [ ] btnDelete - -##### rename directory - -id: - -- [ ] inputName -- [ ] inputDescription -- [ ] btnSubmit -- [ ] btnCancel - -##### upload file - -id: - -- [ ] btnUpload -- [ ] btnSubmit -- [ ] btnCancel - -##### create directory - -id: - -- [ ] inputDirectoryName -- [ ] inputDescription -- [ ] btnSubmit -- [ ] btnCancel diff --git a/dolphinscheduler-ui-next/docs/e2e/security.md b/dolphinscheduler-ui-next/docs/e2e/security.md deleted file mode 100644 index fb1927e8a..000000000 --- a/dolphinscheduler-ui-next/docs/e2e/security.md +++ /dev/null @@ -1,114 +0,0 @@ -### security - -class: - -- [ ] tab-tenant-manage -- [ ] tab-user-manage -- [ ] tab-worker-group-manage -- [ ] tab-queue-manage -- [ ] tab-environment-manage -- [ ] tab-token-manage - -#### tenant manage - -| check | class | -| ------------------ | ------------------ | -| :white_check_mark: | items | -| | el-popconfirm | -| | el-button--primary | -| :white_check_mark: | tenant-code | -| :white_check_mark: | edit | -| :white_check_mark: | delete | -| :white_check_mark: | btn-create-tenant | -| :white_check_mark: | input-tenant-code | -| :white_check_mark: | select-queue | -| :white_check_mark: | input-description | -| :white_check_mark: | btn-submit | -| :white_check_mark: | btn-cancel | - -#### user manage - -| check | class | -| ------------------ | ------------------- | -| :white_check_mark: | items | -| | el-popconfirm | -| | el-button--primary | -| :white_check_mark: | name | -| :white_check_mark: | edit | -| :white_check_mark: | delete | -| :white_check_mark: | btn-create-user | -| :white_check_mark: | input-username | -| :white_check_mark: | input-password | -| :white_check_mark: | select-tenant | -| :white_check_mark: | select-queue | -| :white_check_mark: | input-email | -| :white_check_mark: | input-phone | -| :white_check_mark: | radio-state-enable | -| :white_check_mark: | radio=state-disable | -| :white_check_mark: | btn-submit | -| :white_check_mark: | btn-cancel | - -#### worker group manage - -| check | class | -| ------------------ | ----------------------- | -| :white_check_mark: | items | -| | el-popconfirm | -| | el-button--primary | -| :white_check_mark: | name | -| :white_check_mark: | edit | -| :white_check_mark: | delete | -| :white_check_mark: | btn-create-worker-group | -| :white_check_mark: | input-worker-group-name | -| :white_check_mark: | select-worker-address | -| :white_check_mark: | btn-submit | -| :white_check_mark: | btn-cancel | - -#### queue manage - -| check | class | -| ------------------ | ----------------- | -| :white_check_mark: | items | -| :white_check_mark: | queue-name | -| :white_check_mark: | edit | -| :white_check_mark: | btn-create-queue | -| :white_check_mark: | input-queue-name | -| :white_check_mark: | input-queue-value | -| :white_check_mark: | btn-submit | -| :white_check_mark: | btn-cancel | - -#### environment manage - -| check | class | -| ------------------ | ------------------------------ | -| :white_check_mark: | items | -| | el-popconfirm | -| | el-button--primary | -| :white_check_mark: | environment-name | -| :white_check_mark: | edit | -| :white_check_mark: | delete | -| :white_check_mark: | btn-create-environment | -| :white_check_mark: | input-environment-name | -| :white_check_mark: | input-environment-config | -| :white_check_mark: | input-environment-desc | -| :white_check_mark: | input-environment-worker-group | -| :white_check_mark: | btn-submit | -| :white_check_mark: | btn-cancel | - -#### token manage - -| check | class | -| ------------------ | ------------------ | -| :white_check_mark: | items | -| | el-popconfirm | -| | el-button--primary | -| :white_check_mark: | username | -| :white_check_mark: | token | -| :white_check_mark: | input-username | -| :white_check_mark: | input-token | -| :white_check_mark: | edit | -| :white_check_mark: | delete | -| :white_check_mark: | btn-create-token | -| :white_check_mark: | btn-generate-token | -| :white_check_mark: | btn-submit | -| :white_check_mark: | btn-cancel |