Skip to content

Add an npm run e2e script for the Algorithm Catalog - #229

Open
kyle-lesinger wants to merge 1 commit into
mainfrom
chore/algorithm-catalog-e2e-script
Open

Add an npm run e2e script for the Algorithm Catalog#229
kyle-lesinger wants to merge 1 commit into
mainfrom
chore/algorithm-catalog-e2e-script

Conversation

@kyle-lesinger

Copy link
Copy Markdown
Member

scripts/e2e.mjs landed in #228 but was only reachable by typing the path, so it didn't appear alongside dev / build / typecheck where someone would look for it.

"e2e": "node scripts/e2e.mjs"

Takes a base URL through npm's -- passthrough:

npm run e2e                                                  # localhost:5173
npm run e2e -- https://veda-algorithm-catalog.netlify.app

No dependency change. dependencies stays react + react-dom, devDependencies is untouched, so npm ci on CI and Netlify is unaffected — Playwright is still resolved at run time with an install-instructions fallback.

Verification

  • npm run e2e -- https://veda-algorithm-catalog.netlify.app16/16
  • npm run typecheck → clean
  • npm run build → clean

This PR touches algorithm-catalog/, so it produces a deploy preview.

scripts/e2e.mjs landed last PR but was only reachable by typing the path, so
it did not show up alongside dev / build / typecheck where someone would look
for it. One line, no dependency change — `dependencies` stays react +
react-dom and `devDependencies` is untouched, so `npm ci` on CI and Netlify is
unaffected.

Takes a base URL through npm's `--` passthrough:

  npm run e2e                                                  # localhost:5173
  npm run e2e -- https://veda-algorithm-catalog.netlify.app

Verified: `npm run e2e -- <production>` gives 16/16, typecheck and build clean.
@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for veda-github-actions canceled.

Name Link
🔨 Latest commit 769bd2b
🔍 Latest deploy log https://app.netlify.com/projects/veda-github-actions/deploys/6a7f036876208e0007a432ac

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for veda-aws-dashboard canceled.

Name Link
🔨 Latest commit 769bd2b
🔍 Latest deploy log https://app.netlify.com/projects/veda-aws-dashboard/deploys/6a7f03686823410008d48269

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for veda-algorithm-catalog ready!

Name Link
🔨 Latest commit 769bd2b
🔍 Latest deploy log https://app.netlify.com/projects/veda-algorithm-catalog/deploys/6a7f0368c3a9ea000849c0bc
😎 Deploy Preview https://deploy-preview-229--veda-algorithm-catalog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for veda-dse-hub canceled.

Name Link
🔨 Latest commit 769bd2b
🔍 Latest deploy log https://app.netlify.com/projects/veda-dse-hub/deploys/6a7f0368b237b9000715f907

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for veda-leave-dashboard canceled.

Name Link
🔨 Latest commit 769bd2b
🔍 Latest deploy log https://app.netlify.com/projects/veda-leave-dashboard/deploys/6a7f036828153300081dc681

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for veda-pr-dashboard canceled.

Name Link
🔨 Latest commit 769bd2b
🔍 Latest deploy log https://app.netlify.com/projects/veda-pr-dashboard/deploys/6a7f0368b941a00008695081

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