-
Notifications
You must be signed in to change notification settings - Fork 187
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
generate report for api test #9787
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
3a6f24e
to
a50ff48
Compare
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 (I'm not a go guy though 😅 )
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.
couldn't resist reviewing. sorry 🙈
@kobergj thank you for review 👍 |
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.
Looks almost perfect. But you need to explain to QA why we don't have unit tests 😉
let make it in different PR. because I don't know how to do it yet 😆 |
9a2bd47
to
1f88f82
Compare
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.
Nice 👍 When can you start as golang developer? I have some more tasks for you 😉
Quality Gate passedIssues Measures |
I’m all in for if you will review my noodle code 😉 |
generate report for api test
related #9730
report for api test:
how to generate:
MONTH=08 YEAR=2024 go run tests/qa-activity-report/generate-qa-activity-report-finish.go
how to generate using MAKE:
make generate-qa-activity-report MONTH=08 YEAR=2024
generated report:
git log --since='2024-08-01' --until='2024-08-30 23:59:59' --format="%H" -- tests/acceptance/features/ | grep -v 'tests/acceptance/features/bootstrap/'
output:
and compare:
git show commitId