[PR #23] [MERGED] feat: Add e2e testing #28

Closed
opened 2026-02-16 08:17:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/create-agent-chat-app/pull/23
Author: @bracesproul
Created: 3/20/2025
Status: Merged
Merged: 3/20/2025
Merged by: @bracesproul

Base: mainHead: brace/e2e-tests


📝 Commits (10+)

📊 Changes

11 files changed (+6235 additions, -4046 deletions)

View changed files

📝 .github/workflows/ci.yml (+12 -0)
.github/workflows/e2e.yml (+58 -0)
.yarnrc.yml (+1 -0)
📝 package.json (+9 -6)
scripts/cleanup-tests.sh (+9 -0)
scripts/run-all-e2e-local.sh (+25 -0)
scripts/run-e2e-local.sh (+33 -0)
scripts/test-build.sh (+39 -0)
scripts/test-create-command.sh (+34 -0)
📝 src/index.ts (+36 -33)
📝 yarn.lock (+5979 -4007)

📄 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/create-agent-chat-app/pull/23 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 3/20/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/e2e-tests` --- ### 📝 Commits (10+) - [`e2a4e85`](https://github.com/langchain-ai/create-agent-chat-app/commit/e2a4e85240536ee7487758bca1672468b418ff45) feat: Add e2e testing - [`303c68a`](https://github.com/langchain-ai/create-agent-chat-app/commit/303c68a9b4f242dfc7599b13bb8643a92c5b2564) fix: pnpm version - [`60f9153`](https://github.com/langchain-ai/create-agent-chat-app/commit/60f9153c5e9c4e185132b7076701b112d9f1036a) standalone true - [`f2572dd`](https://github.com/langchain-ai/create-agent-chat-app/commit/f2572dd94fc2f9274dd9930cf0f09fb5efd0f40b) cr - [`0e15df9`](https://github.com/langchain-ai/create-agent-chat-app/commit/0e15df9910e590f2b626252c63fb59019c08ea47) cr - [`e083bdc`](https://github.com/langchain-ai/create-agent-chat-app/commit/e083bdc520afe1d1b7226ec81dc4fa90ad1d47d7) cr - [`c1b1683`](https://github.com/langchain-ai/create-agent-chat-app/commit/c1b168300bf730a713bc5b703d24aff878081efa) cr - [`92ef6d4`](https://github.com/langchain-ai/create-agent-chat-app/commit/92ef6d4cb292a92b181c954f85ac9658c639a2cd) cr - [`d5fa0e8`](https://github.com/langchain-ai/create-agent-chat-app/commit/d5fa0e8d2778770d3e82dac222c8ce894a617e68) only pnpm for now - [`6d53815`](https://github.com/langchain-ai/create-agent-chat-app/commit/6d53815a5b476d4b092ffe0dc81579e875ae17a7) only yarn ### 📊 Changes **11 files changed** (+6235 additions, -4046 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+12 -0) ➕ `.github/workflows/e2e.yml` (+58 -0) ➕ `.yarnrc.yml` (+1 -0) 📝 `package.json` (+9 -6) ➕ `scripts/cleanup-tests.sh` (+9 -0) ➕ `scripts/run-all-e2e-local.sh` (+25 -0) ➕ `scripts/run-e2e-local.sh` (+33 -0) ➕ `scripts/test-build.sh` (+39 -0) ➕ `scripts/test-create-command.sh` (+34 -0) 📝 `src/index.ts` (+36 -33) 📝 `yarn.lock` (+5979 -4007) </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-16 08:17:15 -05:00
yindo closed this issue 2026-02-16 08:17:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/create-agent-chat-app#28