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

[AV-1764] E2E Test Framework #130

Merged
merged 24 commits into from
Jun 14, 2022
Merged

[AV-1764] E2E Test Framework #130

merged 24 commits into from
Jun 14, 2022

Conversation

dasconnor
Copy link
Contributor

Sets up a framework for running end-to-end hardhat tests against subnet-evm.

To add new tests, add them in tests/e2e/solidity/suites.go. Right now, I'm running the test suite for the TX Allow List precompile

Limitations: currently we can only deploy one subnet in a test run. The next network runner release will introduce a fix that allows us to deploy multiple subnets. I will add that functionality in a follow-up PR.

@dasconnor dasconnor requested review from gyuho and ceyonur June 9, 2022 20:17
contract-examples/scripts/testAllowList.ts Outdated Show resolved Hide resolved
contract-examples/hardhat.config.ts Show resolved Hide resolved
scripts/run.e2e.sh Outdated Show resolved Hide resolved
tests/e2e/solidity/suites.go Show resolved Hide resolved
tests/e2e/utils/parser.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@ceyonur ceyonur left a comment

Choose a reason for hiding this comment

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

great work!

@patrick-ogrady patrick-ogrady changed the title E2E Test Framework [AV-1764] E2E Test Framework Jun 14, 2022
@dasconnor dasconnor merged commit f6ff5e6 into master Jun 14, 2022
@patrick-ogrady patrick-ogrady deleted the e2eV3 branch June 14, 2022 16:43
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.

3 participants