-
Notifications
You must be signed in to change notification settings - Fork 7
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
Introduce customizable reporters #22
Conversation
Co-authored-by: Koji Hasegawa <[email protected]>
@@ -108,19 +120,19 @@ msgid "Slack Mention Settings" | |||
msgstr "Slackメンション設定" | |||
|
|||
# mentionSubTeamIDs | |||
msgid "Mention Sub Team IDs" | |||
msgid "Sub Team IDs to Mention" |
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.
Since it is IDs, I interpreted that multiple IDs can be specified.
How do I specify multiple IDs for this?
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.
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.
I understanded. LGTM
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
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!
return; | ||
} | ||
|
||
if (withScreenshot && !Application.isBatchMode) |
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.
IMO
There is a workaround for the batchmode problems.bellow:
using TestHelper.RuntimeInternals.Wrappers.UnityEditor
GameViewWrapper.GetWindow();
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.
I'm gonna try to use you suggested on another PR.
Make reporters customizable to users that using a communication tool that is not Slack.
Contribution License Agreement