Skip to content

Commit

Permalink
Create e2e test report issue template (#8420)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcosta99 committed Mar 21, 2024
1 parent 57e2583 commit 9a5b112
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/e2e_test_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: e2e test report
about: Report an e2e test failure.
title: ''
labels: ['category: e2e', 'needs triage']
assignees: ''

---

### Description
<!-- Before reporting an issue, are you sure this e2e test is failing consistently? -->
<!-- Add a clear and concise description of what the issue is. Please, be as descriptive as possible. -->
<!-- Make sure you include relevant details such as what test/spec is failing and the link of the job where it started failing. -->

**Output from the test failure**:
<!-- Chunk of the output from the test failure. It doesn't need to be the entire output, just the relevant part. e.g.
TimeoutError: waiting for selector "..." failed: timeout 100000ms exceeded
336 | );
> 337 | const selector = await page.waitForSelector(
| ^
339 | 'selector'
-->

### Additional context
<!-- Any additional context or details you think might be helpful. -->
<!-- Ticket numbers/links, plugin versions, system statuses etc. -->

### Priority
<!-- Add a priority label based on your best judgement (quick is fine). -->
<!-- Optional: add comments here to explain your decision or highlight any questions/potential risks. -->

### Reason why this e2e test is broken
<!-- Add one of the "e2e: broken flow/test/environment" labels based on your best judgement (quick is fine). -->
<!-- Optional: add comments here to explain your decision. -->

> [!Important]
> Please, ensure when closing this issue (PR fix) that only one `e2e: broken` label is added and it is accurate.
> - [ ] I confirmed there's only one `e2e: broken` label in this issue and it is accurate.
<!-- Leave the above for who's fixing this issue. -->
5 changes: 5 additions & 0 deletions changelog/chore-e2e-test-report-template
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Create e2e test report issue template.


0 comments on commit 9a5b112

Please sign in to comment.