Commit bac5960
test: Initial integration tests setup (#564)
* chore: Add simple storage contract
* chore: Create client for integration tests
* chore: Add registry parsing
* chore: Add registry
* chore: Add mod file
* chore: Add integration mod
* feat: Add network tags and readiness validation
* chore: Apply fmt
* feat: Add network selection utils for integration tests
* chore: Use openzeppelin_relayer package
* feat: Create confirmation receipt helper
* feat: Implement basic transfer
* feat: Implement common api tests
* fix: Resolve relayer test race conditions with cleanup and serialization
* refactor: Clean up integration tests and extract EVM helpers
* feat: Add integration testing Docker setup and reorganize contracts
* chore: clean up broadcast logs and vendor dependencies in test fixtures
* chore: remove git submodules for vendor dependencies
* chore: Add integration test key
* fix: Update .env.integration.example with defaults
* chore: Moving TESTING.md file to README
* fix: Ignoring signer files
* fix: CodeRabbit suggestion
* fix: CodeRabbit suggestion
* fix: Improving logs for test cases
* fix: Docker fixes
* chore: Adding base sepolia
* fix: Fixing CI
* fix: Fixing test case
* fix: Splitting tests in different jobs
* fix: Fixing tests
* fix: Fixing CI report
* fix: Applying review suggestions
* chore: Adding feature flags for running tests
* chore: Adding job for integration tests
* chore: Adding aws kms key logic
* fix: Removing unnecessary test files
* fix: Improvements
* chore: Config files and readme improvements
* chore: Fix integration test workflow
* fix: Removing unused code
* fix: Settings for connecting to aws from actions
* fix: Fixing account id
* fix: Fixing actions
* fix: Fixing GH actions
* fix: Fixing actions
* fix: Fixing secrets
* fix: Fixing GH secrets
* fix: Fixing actions
* fix: Fixing error
* fix: Fixing docker compose
* fix: API_KEY improvements
* chore: Codecov fix
* chore: Fix integratio test yaml file
* fix: Improving registry logic to be branch agnostic
* fix: Creating configs files
* fix: Fixing workflow
* fix: Fixing config example
* fix: Re-organizing folder structure
* fix: Fixing config files
* fix: Removing tags and fixing workflow
* feat: Adding basic tests for apis
* fix: Trigger tests manually
* chore: Renaming file
* fix: Fix CI unit tests
* fix: Fix codecov config
---------
Co-authored-by: Nicolas Molina <[email protected]>1 parent 92ecd88 commit bac5960
File tree
37 files changed
+3568
-229
lines changed- .github
- actions/oidc
- workflows
- scripts
- tests
- integration
- common
- config
- contracts
- script
- src
- tests
- evm
37 files changed
+3568
-229
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
4 | 9 | | |
5 | | - | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
15 | | - | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
19 | | - | |
| 26 | + | |
20 | 27 | | |
21 | | - | |
22 | 28 | | |
23 | 29 | | |
24 | | - | |
| 30 | + | |
25 | 31 | | |
26 | | - | |
27 | 32 | | |
28 | | - | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | | - | |
32 | 36 | | |
33 | | - | |
34 | | - | |
| 37 | + | |
| 38 | + | |
0 commit comments