[PR #842] [CLOSED] chore: add e2e tests and use monorepo for TS #906

Closed
opened 2026-02-16 00:19:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/842
Author: @marcusschiesser
Created: 8/4/2025
Status: Closed

Base: mainHead: ms/add-e2e-tests


📝 Commits (2)

  • cc567d6 chore: add e2e tests and use monorepo for TS
  • b82031e chore: build main package to run e2e tests

📊 Changes

13 files changed (+3497 additions, -4464 deletions)

View changed files

📝 .github/workflows/lint_ts.yml (+0 -1)
📝 .github/workflows/release_ts.yml (+0 -1)
📝 .github/workflows/test_ts.yml (+7 -2)
📝 pnpm-lock.yaml (+3337 -898)
pnpm-workspace.yaml (+2 -0)
ts/e2e-tests/package.json (+23 -0)
ts/e2e-tests/src/index.e2e.ts (+38 -0)
ts/e2e-tests/src/tsconfig.bundler.json (+14 -0)
ts/e2e-tests/src/tsconfig.node.json (+14 -0)
ts/e2e-tests/src/tsconfig.node16.json (+14 -0)
ts/e2e-tests/src/tsconfig.nodenext.json (+14 -0)
ts/e2e-tests/tsconfig.json (+34 -0)
ts/llama_cloud_services/pnpm-lock.yaml (+0 -3562)

📄 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/run-llama/llama_cloud_services/pull/842 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 8/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ms/add-e2e-tests` --- ### 📝 Commits (2) - [`cc567d6`](https://github.com/run-llama/llama_cloud_services/commit/cc567d60234d9acf87b75b69001a19a639de2df5) chore: add e2e tests and use monorepo for TS - [`b82031e`](https://github.com/run-llama/llama_cloud_services/commit/b82031eb6434af4c0fa5a3d4605125dc406069b9) chore: build main package to run e2e tests ### 📊 Changes **13 files changed** (+3497 additions, -4464 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/lint_ts.yml` (+0 -1) 📝 `.github/workflows/release_ts.yml` (+0 -1) 📝 `.github/workflows/test_ts.yml` (+7 -2) 📝 `pnpm-lock.yaml` (+3337 -898) ➕ `pnpm-workspace.yaml` (+2 -0) ➕ `ts/e2e-tests/package.json` (+23 -0) ➕ `ts/e2e-tests/src/index.e2e.ts` (+38 -0) ➕ `ts/e2e-tests/src/tsconfig.bundler.json` (+14 -0) ➕ `ts/e2e-tests/src/tsconfig.node.json` (+14 -0) ➕ `ts/e2e-tests/src/tsconfig.node16.json` (+14 -0) ➕ `ts/e2e-tests/src/tsconfig.nodenext.json` (+14 -0) ➕ `ts/e2e-tests/tsconfig.json` (+34 -0) ➖ `ts/llama_cloud_services/pnpm-lock.yaml` (+0 -3562) </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 00:19:29 -05:00
yindo closed this issue 2026-02-16 00:19:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#906