Skip to content

Commit

Permalink
chore: add CASES.MD for testing state per feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaisailovic committed May 10, 2024
1 parent 29998c9 commit b5614d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/laboratory/tests/CASES.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Testing cases that should be covered for each new feature

Available statuses:

- :white_check_mark:
- :x:

| Case | Default | Email | Smart Accounts |
| ----------------------- | ------------------ | ------------------ | -------------- |
| Connect | :white_check_mark: | :white_check_mark: | :x: |
| Disconnect | :white_check_mark: | :white_check_mark: | :x: |
| Sign | :white_check_mark: | :white_check_mark: | :x: |
| Reject Sign | :white_check_mark: | :white_check_mark: | :x: |
| Switch Network and sign | :white_check_mark: | :white_check_mark: | :x: |
| SIWE Approve | :white_check_mark: | :white_check_mark: | :x: |
| SIWE Reject | :white_check_mark: | :white_check_mark: | :x: |

0 comments on commit b5614d9

Please sign in to comment.