Skip to content

Version Packages#2529

Merged
mslipper merged 3 commits intodevelopfrom
changeset-release/master
May 2, 2022
Merged

Version Packages#2529
mslipper merged 3 commits intodevelopfrom
changeset-release/master

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented May 2, 2022

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

  • 53fac1d: Facilitate actor testing on nightly

@mergify mergify bot requested review from Inphi and tuxcanfly May 2, 2022 15:02
@mslipper mslipper changed the base branch from master to develop May 2, 2022 15:02
@mslipper mslipper merged commit 84e4e2c into develop May 2, 2022
@mslipper mslipper deleted the changeset-release/master branch May 2, 2022 15:03
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>
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.

1 participant