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:**