Skip to content
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

test(e2e-tests): add e2e-tests for latest runtimes, and blocks #1155

Merged
merged 29 commits into from
Dec 20, 2022

Conversation

TarikGul
Copy link
Member

@TarikGul TarikGul commented Dec 1, 2022

Latest E2E Tests

Summary:

Currently our e2e-tests only focus on testing historical integrity of the api service against a given chain, or set of chains. This PR focuses on expanding our E2E tests to include testing against the latest runtime, and latest blocks. There will now be seperate e2e-tests to run, one that focus on historical tests, and one that focuses on the latest tests.

Commands:

yarn test:latest-e2e-tests

Flags:

--chain - The chain you would like to test against. If absent it will test all chains containing e2e configs.
--local - Allow to use a local chain. Must be used in conjuction with --chain

Current available chains: polkadot, statemint

yarn test:historical-e2e-tests

Flags:

--chain - The chain you would like to test against. If absent it will test all chains containing e2e configs.
--local - Allow to use a local chain. Must be used in conjuction with --chain

Exit Codes:

0 - Success (Tests passed)
1 - Failed (Tests failed)
2 - Service failed to build and run
3 - CLI args are incorrect.

Todo

  • Update Readme, and e2e docs
  • DRY up launchChainTests
  • Add endpoints for statemint
  • Allow for custom --local
  • Release docs

@TarikGul TarikGul requested a review from a team as a code owner December 1, 2022 14:38
@TarikGul TarikGul added the I8 - Enhancement Additional feature request label Dec 1, 2022
@TarikGul TarikGul requested a review from a team as a code owner December 7, 2022 14:43
Copy link
Collaborator

@marshacb marshacb left a comment

Choose a reason for hiding this comment

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

lgtm

@TarikGul TarikGul merged commit 095f57f into master Dec 20, 2022
@TarikGul TarikGul deleted the tarik-e2e branch December 20, 2022 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I8 - Enhancement Additional feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants