Conversation
Develop -> Master
Develop -> Master
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
## Problem The e2e test documentation in `tests/README.md` contained incorrect references to justfile targets that don't exist, making it impossible for developers to follow the documented commands. ## Issues Fixed ### Incorrect Target Names - Changed `just test DEVNET_NAME` → `just test-e2e DEVNET_NAME` - Changed `just test simple-kona` → `just test-e2e simple-kona` - Changed `just deploy devnets/simple-kona.yaml` → `just devnet simple-kona` ### Non-existent Recipes Removed documentation for recipes that don't exist in the justfile: - `just isolate_test` - not found in tests/justfile - `just clone-kurtosis-devnet` - not found in tests/justfile ### Missing Documentation Added documentation for existing but undocumented recipes: - `just cleanup-kurtosis` - winds down kurtosis, cleaning up the network - `just build-devnet BINARY` - builds docker image for specified binary - `just update-node-devnet DEVNET` - updates devnet with latest local changes ## Verification All documented recipes have been verified to exist in `tests/justfile`: - ✅ `test-e2e` (line 43) - ✅ `devnet` (line 19) - ✅ `cleanup-kurtosis` (line 40) - ✅ `build-devnet` (line 5) - ✅ `update-node-devnet` (line 70) The README now accurately reflects the available justfile targets, enabling developers to successfully run e2e tests using the documented commands. <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: refcell <21288394+refcell@users.noreply.github.com>
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@eth-optimism/integration-tests@0.5.12
Patch Changes