From a7dff6179201c46d3090d0b4e3466219f0cccb2c Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 8 Dec 2025 14:04:29 -0600 Subject: [PATCH] chore(claude): Update ui-testing agent and hugo-template-dev skill --- .claude/agents/ui-testing.md | 2 +- .claude/skills/hugo-template-dev/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/agents/ui-testing.md b/.claude/agents/ui-testing.md index 7bb01fcf3..eea687edb 100644 --- a/.claude/agents/ui-testing.md +++ b/.claude/agents/ui-testing.md @@ -50,7 +50,7 @@ node cypress/support/run-e2e-specs.js \ # Run against a URL (for running server) node cypress/support/run-e2e-specs.js \ --spec "cypress/e2e/content/my-test.cy.js" \ - http://localhost:1313/path/to/page/ + http://localhost:/path/to/page/ # Run all E2E tests yarn test:e2e diff --git a/.claude/skills/hugo-template-dev/SKILL.md b/.claude/skills/hugo-template-dev/SKILL.md index 83bb0ac0b..db71e1a99 100644 --- a/.claude/skills/hugo-template-dev/SKILL.md +++ b/.claude/skills/hugo-template-dev/SKILL.md @@ -432,7 +432,7 @@ node cypress/support/run-e2e-specs.js \ ```bash node cypress/support/run-e2e-specs.js \ --spec "cypress/e2e/content/api-reference.cy.js" \ - http://localhost:1313/influxdb3/core/reference/api/ + http://localhost:/influxdb3/core/reference/api/ ``` **Example Cypress test structure for API reference:**