We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304824f commit 8913ffcCopy full SHA for 8913ffc
dev-packages/e2e-tests/maestro/feedback.yml
@@ -30,6 +30,14 @@ jsEngine: graaljs
30
id: 'message-input'
31
- inputText: 'This is a test feedback message from CI e2e tests'
32
33
+# Take screenshot
34
+- scrollUntilVisible:
35
+ element:
36
+ id: 'capture-screenshot-button'
37
+- tapOn:
38
39
+- tapOn: 'Take Screenshot'
40
+
41
# Submit feedback
42
- scrollUntilVisible:
43
element:
dev-packages/e2e-tests/patch-scripts/rn.patch.app.js
@@ -32,6 +32,9 @@ Sentry.init({
},
integrations: [
Sentry.mobileReplayIntegration(),
+ Sentry.feedbackIntegration({
+ enableTakeScreenshot: true,
+ }),
],
});
`;
0 commit comments