chore(claude): Update ui-testing agent and hugo-template-dev skill

claude/api-code-samples-plan-MEkQO
Jason Stirnaman 2025-12-08 14:04:29 -06:00
parent 802f7fac1e
commit a7dff61792
2 changed files with 2 additions and 2 deletions

View File

@ -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:<port>/path/to/page/
# Run all E2E tests
yarn test:e2e

View File

@ -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:<port>/influxdb3/core/reference/api/
```
**Example Cypress test structure for API reference:**