WIP: feature: convert tests to Typescript#681
Open
Anmol1696 wants to merge 6 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a comprehensive set of new YAML configuration files for starship-e2e-tests, supporting the conversion of tests to TypeScript by defining various chain, relayer, registry, and resource settings.
- Added configurations for multiple blockchain networks (e.g., osmosis, cosmoshub, neutron, injective, hyperweb, eth, etc.).
- Defined new relayer setups and resource allocation settings to support the updated test framework.
- Included project tool configuration files (.prettierrc.json, .eslintrc.json) and a license file.
Reviewed Changes
Copilot reviewed 45 out of 45 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/configs/one-chain.yaml | Base configuration for a single-chain test setup. |
| tests/configs/one-chain-custom-scripts.yaml | Similar to one-chain but with custom genesis and config scripts. |
| tests/configs/one-chain-cosmjs-faucet.yaml | Faucet configuration updated to use cosmjs type. |
| tests/configs/one-chain-cometmock.yaml | Configuration for chain using cometmock for testing. |
| tests/configs/noble.yaml | Config setup with two chains including a relayer definition. |
| tests/configs/neutron.yaml | Neutron chain configuration with ICS and relayer setup. |
| tests/configs/neutron-relayer.yaml | Extended relayer configuration including an additional relayer type. |
| tests/configs/multi-validator.yaml | Multi-validator chain configuration for osmosis with updated faucet settings. |
| tests/configs/multi-validator-starship-faucet.yaml | Multi-validator setup with starship faucet configuration and resource allocations. |
| tests/configs/multi-relayer.yaml | Configuration for multiple chains with several relayer definitions. |
| tests/configs/injective.yaml | Setup for injective chain with relayer configuration. |
| tests/configs/hyperweb.yaml | Hyperweb chain configuration with additional frontend and image settings. |
| tests/configs/evmos.yaml | Evmos chain configuration including relayers and resource settings. |
| tests/configs/eth.yaml | Minimal configuration for the ethereum chain. |
| tests/configs/eth-lite.yaml | Ethereum lite configuration including resource and balance details. |
| tests/configs/build-chain.yaml | Configuration supporting on-the-fly build of a chain binary. |
| tests/configs/agoric.yaml | Configuration for agoric chain with faucet and relayer settings. |
| tests/LICENSE | License file added for tests. |
| tests/.prettierrc.json | Prettier configuration for test files. |
| tests/.eslintrc.json | ESLint configuration for TypeScript in tests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #679