[PR #502] [MERGED] feat: add playwright #DOC-321 #1007

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/502
Author: @catalinpit
Created: 10/3/2023
Status: Merged
Merged: 10/14/2023
Merged by: @Mythie

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


📝 Commits (10+)

📊 Changes

10 files changed (+600 additions, -13 deletions)

View changed files

📝 .env.example (+5 -0)
.github/workflows/e2e-tests.yml (+51 -0)
📝 package-lock.json (+348 -2)
📝 package.json (+1 -0)
packages/app-tests/.gitignore (+4 -0)
packages/app-tests/e2e/test-auth-flow.spec.ts (+55 -0)
packages/app-tests/package.json (+21 -0)
packages/app-tests/playwright.config.ts (+77 -0)
packages/lib/server-only/user/delete-user.ts (+25 -0)
📝 turbo.json (+13 -11)

📄 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/502 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 10/3/2023 **Status:** ✅ Merged **Merged:** 10/14/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `feat/refresh` ← **Head:** `feat/add-e2e-testing-playwright` --- ### 📝 Commits (10+) - [`70ecc9a`](https://github.com/documenso/documenso/commit/70ecc9a4a8da528cca9c6f495389f90bc93f5281) feat: add playwright - [`2e800d0`](https://github.com/documenso/documenso/commit/2e800d0eed08780e4e1eb7c455662e5dc93d09d9) chore: removed lint step - [`8848df7`](https://github.com/documenso/documenso/commit/8848df701c6a7a30750607eed749182fa6b609fd) chore: added delete function - [`7bc1e9d`](https://github.com/documenso/documenso/commit/7bc1e9dcc845bbb02d42bac2eefdcde58115594f) chore: add env step in gh action - [`2efaabd`](https://github.com/documenso/documenso/commit/2efaabd2c32a4fbaf22f9028bbf39dd650c802d9) ci: trigger ci - [`d10713b`](https://github.com/documenso/documenso/commit/d10713b47718aa00351766fdd5a73ad65cbb4f25) ci: trigger ci - [`4f59764`](https://github.com/documenso/documenso/commit/4f5976479ac6bd48b8207eb034f9901c0dc49d68) chore: merge feat/refresh - [`39ff11a`](https://github.com/documenso/documenso/commit/39ff11a59d64f35f2163f2873813519e4ce541bd) chore: use env vars for tests - [`742ad86`](https://github.com/documenso/documenso/commit/742ad86b1065b687065a09f69bc93f97859bc4d1) chore: add remote caching - [`85b32bb`](https://github.com/documenso/documenso/commit/85b32bb15b1a764035607f38d64b9984305c3eac) chore: install prisma before prisma client ### 📊 Changes **10 files changed** (+600 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+5 -0) ➕ `.github/workflows/e2e-tests.yml` (+51 -0) 📝 `package-lock.json` (+348 -2) 📝 `package.json` (+1 -0) ➕ `packages/app-tests/.gitignore` (+4 -0) ➕ `packages/app-tests/e2e/test-auth-flow.spec.ts` (+55 -0) ➕ `packages/app-tests/package.json` (+21 -0) ➕ `packages/app-tests/playwright.config.ts` (+77 -0) ➕ `packages/lib/server-only/user/delete-user.ts` (+25 -0) 📝 `turbo.json` (+13 -11) </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:26 +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#1007
No description provided.