-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Added e2e tests for tag.added webhook #15540
Conversation
Codecov ReportBase: 52.48% // Head: 52.48% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #15540 +/- ##
=======================================
Coverage 52.48% 52.48%
=======================================
Files 1433 1433
Lines 92854 92854
Branches 10353 10353
=======================================
+ Hits 48732 48736 +4
+ Misses 42907 42905 -2
+ Partials 1215 1213 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -0,0 +1,64 @@ | |||
const {agentProvider, mockManager, fixtureManager, matchers} = require('../utils/e2e-framework'); | |||
const {anyGhostAgent, anyObjectId, anyISODateTime, anyUuid, anyString, anyContentVersion, anyNumber, anyLocalURL} = matchers; |
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.
The anyUuid matcher is not used anywhere in the test. Would be great to clean these up as you go 🙌
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.
This is great! Thanks @dshubhadeep 👍
Hi @dshubhadeep Not sure if you found this through hacktoberfest, but I've added the accepted label to this PR to make sure it counts. We have plenty of open issues and ongoing projects for hacktoberfest and would love to see you around again 👋 |
Thank you @ErisDS. Much appreciated. |
Added e2e tests for
tag.added
webhookRef - #15537