-
Notifications
You must be signed in to change notification settings - Fork 265
re-enable e2e tests #6088
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: main
Are you sure you want to change the base?
re-enable e2e tests #6088
Conversation
does it include CI for generating daily-build? |
|
Still needing some additional changes |
|
Hi @@weikanglim. Thank you for your interest in helping to improve the Azure Developer CLI experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
Enable end-to-end tests that have all been effectively disabled for various different reasons.
These tests now run only in playback mode as part of CI builds. This allows us to have continued coverage, and avoid maintenance burden of test expectations drifting over time.
Long-term, it would be nice for live testing to run separately as part of a nightly pipeline.
Fixes #6059