chore(claude): Update ui-testing agent and hugo-template-dev skill
parent
802f7fac1e
commit
a7dff61792
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:**
|
||||
|
|
|
|||
Loading…
Reference in New Issue