-
Notifications
You must be signed in to change notification settings - Fork 742
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
feat(e2e): Add verbose logging to integration tests (#3580) #3584
base: main
Are you sure you want to change the base?
Conversation
t *testing.T, testName string
Updated the t *testing.T, testName string in line 32 |
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.
LGTM, thanks for the contribution!
fixed this error (untyped string constant) as *"testing"
Fixed the (untyped string constant) for checks. |
Mark LogTestResult function as a test helper
@Eric-Warehime my PR is still not merged |
Please resolve the conflicts and then we'll trigger the workflows |
All the conflicts all solved @Eric-Warehime. Can you please verify it. |
@MKVEERENDRA run a lint-fix on this |
Adds test start logs (▶️ Starting test: XYZ...)
Adds test result logs (✅ PASSED / ❌ FAILED)
Improves debugging visibility for e2e tests