Commit eda5540
[E2E] Major E2E test refactor, add WebSocket and Cosmos SDK test cases (#373)
## 🌿 Summary
Major refactor of E2E tests to add WebSocket support and comprehensive
Cosmos SDK test cases, along with improved test organization and
documentation.
### 🌱 Primary Changes:
- Added WebSocket testing support for EVM JSON-RPC methods with
persistent connections
- Implemented full Cosmos SDK test coverage including REST, CometBFT,
and EVM endpoints
- Refactored test code into logical packages for better maintainability
(assertions, calculations, logging, etc.)
### 🍃 Secondary changes:
- Updated CI workflows to include WebSocket test jobs
- Enhanced documentation with WebSocket testing instructions
- Improved test metrics and reporting with better error tracking
- Added support for testing Pocket and XRPLEVM services in CI
## 🛠️ Type of change
Select one or more from the following:
- [x] New feature, functionality or library
## 🤯 Sanity Checklist
- [x] For code, I have run 'make test_all'
---------
Co-authored-by: Arash Deshmeh <adshmh@gmail.com>
Co-authored-by: Daniel Olshansky <olshansky.daniel@gmail.com>1 parent c8686e5 commit eda5540
49 files changed
Lines changed: 2504 additions & 1318 deletions
File tree
- .github/workflows
- config
- examples
- docusaurus/docs/develop
- path
- testing
- e2e
- config
- gateway
- makefiles
- network/http
- protocol/shannon
- qos
- cosmos
- evm
- jsonrpc
- solana
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
This file was deleted.
This file was deleted.
0 commit comments