[codex] Restore E2E test workflow - #59
Merged
Merged
Conversation
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 06:50
d2ddbcd to
6691b89
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 06:55
6691b89 to
e23bf6a
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 07:04
e23bf6a to
1ba65dc
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 07:13
1ba65dc to
fed09e5
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
marked this pull request as ready for review
June 11, 2026 07:20
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 07:41
fed09e5 to
b66b978
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 07:50
b66b978 to
0d67de2
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 07:57
0d67de2 to
57fa9f9
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 08:29
57fa9f9 to
a0d7f08
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 08:31
a0d7f08 to
f57463a
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 08:56
f57463a to
32c0072
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 09:08
32c0072 to
3038cb1
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 09:48
3038cb1 to
8fcb0be
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 09:55
8fcb0be to
8a4b088
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
legokichi
force-pushed
the
codex/restore-e2e-tests-workflow
branch
from
June 11, 2026 10:03
8a4b088 to
defac66
Compare
Terraform Plan ResultsTerraform Plan OutputPusher: @legokichi, Action: |
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.
What changed
E2E Testsworkflow using the current Rust/fantoccini setup../cli/e2e-local-container.shin CI withcargo-leptosand the wasm target installed on the host runner.HOST_ADDRvsLEPTOS_SITE_ADDRLOCAL_DIST_PATHvsLEPTOS_SITE_ROOTLOCAL_DIST_PATHenv from the runtime Docker image.Why
The failed historical run used the old Playwright/trunk workflow from
tests/e2e, but the project now usese2e/with Rust/fantoccini. The old logs are expired in GitHub Actions (410 Gone), so I reconstructed the old workflow from the run commit and validated against the current e2e path.While testing the current e2e path locally, startup failed because
cli/dev-local.shexported both canonical config names and their Leptos aliases. Since the server intentionally rejects duplicate aliases, the e2e server could not start.Validation
SQLX_OFFLINE=true cargo check -p e2e --tests --features webdriver./cli/e2e-local-container.shlogin_page_shows_provider_buttons ... okserver_home_shows_login_choices ... okleptos_app_loads_browser_bundle ... ok