You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
242
+
const message = `
243
+
<!-- comment_tag: test-all-custom-flags -->
244
+
#### ⚠️ Changes in this PR impact the Autofill experience of the browser client ⚠️
245
+
246
+
[BIT](https://github.com/${owner}/browser-interactions-testing) has tested the core experience with these changes and ${featureFlagsMessage}
247
+
248
+
> [!CAUTION]
249
+
> Unfortunately, one or more of these tests failed. 😞
250
+
>
251
+
> Please resolve the failure before merging; reach out to \`@bitwarden/team-autofill-dev\` if you'd like help.
203
252
204
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with ${featureFlagsMessage}
253
+
You can view the detailed results of the tests [here](${runURL}).
254
+
`;
205
255
206
-
❌ Unfortunately, one or more of these BIT tests failed. 😞
const configURL = new URL('${{ vars.BW_REMOTE_VAULT_CONFIG_MATCH }}');
201
-
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
202
-
203
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with the same feature flag configuration used by \`${configURL.hostname}\`
241
+
const message = `
242
+
<!-- comment_tag: test-all -->
243
+
#### ⚠️ Changes in this PR impact the Autofill experience of the browser client ⚠️
204
244
205
-
❌ Unfortunately, one or more of these BIT tests failed. 😞
245
+
[BIT](https://github.com/${owner}/browser-interactions-testing) has tested the core experience with these changes and **the feature flag configuration used by \`${configURL.hostname}\`**
206
246
207
-
Please resolve the failure before merging; reach out to \`@bitwarden/team-autofill-dev\` if you'd like help.
247
+
> [!CAUTION]
248
+
> Unfortunately, one or more of these tests failed. 😞
249
+
>
250
+
> Please resolve the failure before merging; reach out to \`@bitwarden/team-autofill-dev\` if you'd like help.
208
251
209
-
You can view the detailed results of the tests [here](${runURL}).`;
252
+
You can view the detailed results of the tests [here](${runURL}).
const configURL = new URL('${{ vars.BW_REMOTE_VAULT_CONFIG_MATCH }}');
271
+
const message = `
272
+
<!-- comment_tag: test-all -->
273
+
#### Changes in this PR impact the Autofill experience of the browser client
226
274
227
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience.
275
+
[BIT](https://github.com/${owner}/browser-interactions-testing) has tested the core experience with these changes and <ins>the feature flag configuration used by \`${configURL.hostname}\`</ins>.
228
276
229
-
✅ Fortunately, [these BIT tests have passed](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId})! 🎉`;
277
+
✅ Fortunately, [these BIT tests have passed](${runURL})! 🎉
0 commit comments