-
Notifications
You must be signed in to change notification settings - Fork 1.9k
test(e2e): add e2e tests for alibabacloud provider #9729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
test(e2e): add e2e tests for alibabacloud provider #9729
Conversation
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
|
Please add an entry to the corresponding |
🔒 Container Security ScanImage: ✅ No Vulnerabilities DetectedThe container image passed all security checks. No known CVEs were found.📋 Resources:
|
|
Hi! Good Job! |
|
Done! @StylusFrost thanks for the revision ✅ |
StylusFrost
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! Thanks @pedrooot !
Description
This pull request adds comprehensive end-to-end (E2E) test support for Alibaba Cloud provider integration in the UI test suite. It introduces new environment variables, updates Playwright page objects, and implements E2E tests for adding Alibaba Cloud providers with both static credentials and RAM Role credentials. Additionally, it documents the use of a specific package manager version for the UI.
Alibaba Cloud Provider E2E Test Integration
providers-page.tsto enable UI automation for Alibaba Cloud provider flows. [1] [2] [3] [4] [5] [6] [7] [8]E2E Test Implementation
providers.spec.tsfor adding an Alibaba Cloud provider using static credentials and RAM Role credentials, including verification of scan scheduling. [1] [2]Tooling
pnpmas the package manager and pins its version inpackage.jsonfor reproducible builds.Steps to review
Please add a detailed description of how to review this PR.
Checklist
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.