Skip to content

WIP: feature: convert tests to Typescript #681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

Anmol1696
Copy link
Collaborator

Closes: #679

@Anmol1696 Anmol1696 changed the title feature: convert tests to Typescript WIP: feature: convert tests to Typescript May 6, 2025
@Anmol1696 Anmol1696 requested a review from Copilot May 19, 2025 13:27
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: move starship/tests to tests and make tests a JS package
1 participant