Skip to content

fix(showcase): point test-page fixtures at static.shiplight.ai - #3

Merged
feng-shiplight merged 1 commit into
mainfrom
static-shiplight-base-url
Jul 28, 2026
Merged

fix(showcase): point test-page fixtures at static.shiplight.ai#3
feng-shiplight merged 1 commit into
mainfrom
static-shiplight-base-url

Conversation

@feng-shiplight

Copy link
Copy Markdown
Contributor

Problem

Five showcase tests point base_url at https://app.shiplight.ai and load pages under /testing/*. Those pages were served by the old monots frontend. app.shiplight.ai now serves the product app, so every one of these URLs returns 404 and the tests fail for anyone who clones this repo:

test page
01-self-healing /testing/dynamic/dynamic-elements.html
03-auto-dismiss-modal /testing/modal/index.html
04-pure-vision /testing/interactions/drag-and-drop.html
13-file-upload /testing/files/upload.html
19-file-download /testing/files/download.html

Fix

The fixtures are now hosted at static.shiplight.ai, deliberately off the product origin — several of them are fake login forms and session-expired screens, which should not share an origin with the real app. Only the base_url line changes; every path is identical.

17-non-standard-clickable and 18-multi-step-self-heal use http://localhost:3000 against the cicd-example app and are unaffected.

Depends on ShiplightAI/shipyard#779, which stands up the host. Merge after that one.

🤖 Generated with Claude Code

The /testing/* pages these five tests use were served by the old monots
frontend at app.shiplight.ai. That host now serves the product app, so
every one of these URLs returns 404 and the tests fail for anyone who
clones this repo.

They are now hosted at static.shiplight.ai, off the product origin.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@feng-shiplight
feng-shiplight merged commit cc2824e into main Jul 28, 2026
1 check passed
@feng-shiplight
feng-shiplight deleted the static-shiplight-base-url branch July 28, 2026 21:35
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