[PR #376] [CLOSED] feat: add-playwright #922

Closed
opened 2026-02-26 19:31:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/376
Author: @catalinpit
Created: 9/14/2023
Status: Closed

Base: feat/refreshHead: feat/add-e2e-testing


📝 Commits (10+)

📊 Changes

17 files changed (+721 additions, -13 deletions)

View changed files

📝 .env.example (+14 -0)
.github/workflows/e2e-tests.yml (+53 -0)
📝 .gitignore (+5 -0)
apps/web/.gitignore (+3 -0)
apps/web/global.teardown.ts (+16 -0)
📝 apps/web/package.json (+5 -1)
apps/web/playwright.config.ts (+66 -0)
apps/web/src/tests/e2e/auth.setup.ts (+35 -0)
apps/web/src/tests/e2e/documenso.pdf (+0 -0)
apps/web/src/tests/e2e/test-auth-flow.unauthenticated.spec.ts (+45 -0)
apps/web/src/tests/e2e/test-documents-page.authenticated.spec.ts (+38 -0)
apps/web/src/tests/test-fixtures/documents-page/DocumentsPageObject.ts (+49 -0)
apps/web/src/tests/test-fixtures/documents-page/documents-page.ts (+13 -0)
📝 package-lock.json (+318 -2)
📝 package.json (+2 -0)
packages/lib/server-only/user/delete-user-and-data.ts (+41 -0)
📝 turbo.json (+18 -10)

📄 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/documenso/documenso/pull/376 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 9/14/2023 **Status:** ❌ Closed **Base:** `feat/refresh` ← **Head:** `feat/add-e2e-testing` --- ### 📝 Commits (10+) - [`0148c0f`](https://github.com/documenso/documenso/commit/0148c0f0cf63c822ef8a45dc5918441d55e3babf) feat: add-playwright - [`aee103d`](https://github.com/documenso/documenso/commit/aee103d4e3293a9d7cd99b3bd0fba7cada540053) chore: deleted file - [`b0592c5`](https://github.com/documenso/documenso/commit/b0592c5d0013418d69e5fc50c04438d846c485e4) chore: remove auth from pr - [`7a9d987`](https://github.com/documenso/documenso/commit/7a9d98725896f580e54194c50f3bb69828ba9457) chore: removed auth - [`ba31138`](https://github.com/documenso/documenso/commit/ba311382177e17eb05e0476efe666d8b18f46fc2) feat: add more tests - [`5beb1c6`](https://github.com/documenso/documenso/commit/5beb1c6192c9449f9bf1a542e4e82bcaa099f0fa) feat: fix auth issue - [`3c43d7a`](https://github.com/documenso/documenso/commit/3c43d7af056712794d80fc58ddc061718240d8c9) chore: improved structure' - [`97b4655`](https://github.com/documenso/documenso/commit/97b4655bc841bf1e3c6432761563ce333647d956) feat: improve tests - [`5d5c5b2`](https://github.com/documenso/documenso/commit/5d5c5b27480401bd4da9a0475bb1789a711e3f01) chore: merged feat/refresh - [`cbb5689`](https://github.com/documenso/documenso/commit/cbb56891c42d5ddd2d5b40985db8409c6eed765c) feat: moved playwright to the web app ### 📊 Changes **17 files changed** (+721 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+14 -0) ➕ `.github/workflows/e2e-tests.yml` (+53 -0) 📝 `.gitignore` (+5 -0) ➕ `apps/web/.gitignore` (+3 -0) ➕ `apps/web/global.teardown.ts` (+16 -0) 📝 `apps/web/package.json` (+5 -1) ➕ `apps/web/playwright.config.ts` (+66 -0) ➕ `apps/web/src/tests/e2e/auth.setup.ts` (+35 -0) ➕ `apps/web/src/tests/e2e/documenso.pdf` (+0 -0) ➕ `apps/web/src/tests/e2e/test-auth-flow.unauthenticated.spec.ts` (+45 -0) ➕ `apps/web/src/tests/e2e/test-documents-page.authenticated.spec.ts` (+38 -0) ➕ `apps/web/src/tests/test-fixtures/documents-page/DocumentsPageObject.ts` (+49 -0) ➕ `apps/web/src/tests/test-fixtures/documents-page/documents-page.ts` (+13 -0) 📝 `package-lock.json` (+318 -2) 📝 `package.json` (+2 -0) ➕ `packages/lib/server-only/user/delete-user-and-data.ts` (+41 -0) 📝 `turbo.json` (+18 -10) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#922
No description provided.