[PR #2689] add htmltest #2665

Open
opened 2026-02-17 17:23:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2689
Author: @npentrel
Created: 2/17/2026
Status: 🔄 Open

Base: mainHead: htmltest


📝 Commits (6)

📊 Changes

17 files changed (+555 additions, -9 deletions)

View changed files

.github/workflows/check-htmltest.yml (+57 -0)
.htmltest.yml (+10 -0)
📝 Makefile (+4 -0)
scripts/check-links-playwright.sh (+27 -0)
scripts/check-links-playwright/check.js (+341 -0)
scripts/check-links-playwright/package-lock.json (+57 -0)
scripts/check-links-playwright/package.json (+12 -0)
📝 src/langsmith/deploy-standalone-server.mdx (+1 -1)
📝 src/langsmith/diagnostics-self-hosted.mdx (+1 -1)
📝 src/langsmith/env-var.mdx (+1 -1)
📝 src/langsmith/kubernetes.mdx (+1 -1)
📝 src/langsmith/server-a2a.mdx (+1 -1)
📝 src/langsmith/server-mcp.mdx (+1 -1)
📝 src/langsmith/trace-with-livekit.mdx (+1 -1)
📝 src/langsmith/trace-with-pipecat.mdx (+1 -1)
📝 src/oss/python/integrations/providers/redis.mdx (+1 -1)
src/snippets/oss/python-featured-chat-models-table.mdx (+38 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2689 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 2/17/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `htmltest` --- ### 📝 Commits (6) - [`6064d49`](https://github.com/langchain-ai/docs/commit/6064d49ab01e38a6dca6c25b05a027a612a3e89c) add htmltest - [`c73e22a`](https://github.com/langchain-ai/docs/commit/c73e22a70bff525b316b129f5e3ab4096024d0b1) temporary change for testing - [`55646d3`](https://github.com/langchain-ai/docs/commit/55646d31a5cf71373de5dab7feacb18dd73c6bbe) update - [`0438c33`](https://github.com/langchain-ai/docs/commit/0438c3338da9f00a5f36cd207c374f1cd821650b) update - [`0f35c62`](https://github.com/langchain-ai/docs/commit/0f35c6225d090e4cf080849cdee0a059c7310979) update - [`816b372`](https://github.com/langchain-ai/docs/commit/816b3720be5c628b47e117e41bb5f535b9b1f498) Apply suggestion from @npentrel ### 📊 Changes **17 files changed** (+555 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/check-htmltest.yml` (+57 -0) ➕ `.htmltest.yml` (+10 -0) 📝 `Makefile` (+4 -0) ➕ `scripts/check-links-playwright.sh` (+27 -0) ➕ `scripts/check-links-playwright/check.js` (+341 -0) ➕ `scripts/check-links-playwright/package-lock.json` (+57 -0) ➕ `scripts/check-links-playwright/package.json` (+12 -0) 📝 `src/langsmith/deploy-standalone-server.mdx` (+1 -1) 📝 `src/langsmith/diagnostics-self-hosted.mdx` (+1 -1) 📝 `src/langsmith/env-var.mdx` (+1 -1) 📝 `src/langsmith/kubernetes.mdx` (+1 -1) 📝 `src/langsmith/server-a2a.mdx` (+1 -1) 📝 `src/langsmith/server-mcp.mdx` (+1 -1) 📝 `src/langsmith/trace-with-livekit.mdx` (+1 -1) 📝 `src/langsmith/trace-with-pipecat.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/redis.mdx` (+1 -1) ➕ `src/snippets/oss/python-featured-chat-models-table.mdx` (+38 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2665