Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.89 KB

File metadata and controls

38 lines (27 loc) · 1.89 KB

Testream Documentation

Official documentation for Testream automated test reporting.

Documentation

Get Started

Packages

Support

IndexNow Automation

  • The GitHub Pages deploy workflow now submits the current public docs URL set to IndexNow after a successful production deploy.
  • The ownership key is hosted at static/76e19286e39a4bd8b8ff5f7354936f58.txt and is expected to stay available at https://docs.testream.app/76e19286e39a4bd8b8ff5f7354936f58.txt.
  • The submission payload is built from build/sitemap.xml, so only canonical docs URLs from the generated sitemap are submitted. /search is excluded.
  • To validate the payload locally, run npm run build and then npm run indexnow:dry-run -- --sitemap build/sitemap.xml.
  • To rerun a real submission manually after a local build, run npm run indexnow:submit -- --sitemap build/sitemap.xml.
  • A successful submission logs the submitted URL count in GitHub Actions. Bing Webmaster Tools should later show the URLs as received, but IndexNow does not guarantee indexing.