Skip to content

Commit

Permalink
Check DevTools when executing tests on release testlist
Browse files Browse the repository at this point in the history
We want to make sure that during the release testing the tests are executed with
an open DevTools window and that the logs and network traffic are monitored.
  • Loading branch information
michalinacienciala committed Dec 15, 2023
1 parent e416e29 commit 3f39077
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-list/release-test-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ This release checklist should be performed before release is published.
🤖 Items marked with this emoji are good candidates for automation (although
it does not mean that they all would be obsolete once automated).

### 📝 Background processes

1. During execution of other tests on the list monitor extension's DevTools
- [ ] check that there are no problematic errors in the Console tab
- [ ] check the number of requests on the Network tab (the number shouldn't
increase significantly in periods of user inactivity)

### 📨 Add account

1. Add read-only account with ENS
Expand Down

0 comments on commit 3f39077

Please sign in to comment.