mirror of
https://github.com/langchain-ai/create-agent-chat-app.git
synced 2026-07-01 21:24:02 -04:00
[PR #23] [MERGED] feat: Add e2e testing #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:brace/e2e-tests📝 Commits (10+)
e2a4e85feat: Add e2e testing303c68afix: pnpm version60f9153standalone truef2572ddcr0e15df9cre083bdccrc1b1683cr92ef6d4crd5fa0e8only pnpm for now6d53815only yarn📊 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.