[PR #1947] [MERGED] chore: config tauri web driver test #5035

Closed
opened 2026-03-23 22:16:55 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1947
Author: @LucasXu0
Created: 3/9/2023
Status: Merged
Merged: 3/11/2023
Merged by: @appflowy

Base: mainHead: feat/tauri_web_driver_test


📝 Commits (8)

📊 Changes

10 files changed (+133 additions, -82 deletions)

View changed files

frontend/appflowy_tauri/jest.config.cjs (+0 -8)
📝 frontend/appflowy_tauri/package.json (+2 -6)
📝 frontend/appflowy_tauri/src/appflowy_app/components/auth/GetStarted/GetStarted.tsx (+3 -3)
📝 frontend/appflowy_tauri/src/appflowy_app/components/layout/HeaderPanel/PageOptions.tsx (+1 -1)
📝 frontend/appflowy_tauri/src/tests/user.test.ts (+37 -36)
frontend/appflowy_tauri/test/specs/example.e2e.ts (+0 -14)
frontend/appflowy_tauri/test/tsconfig.json (+0 -13)
frontend/appflowy_tauri/webdriver/selenium/package.json (+13 -0)
frontend/appflowy_tauri/webdriver/selenium/test/test.cjs (+76 -0)
📝 frontend/scripts/makefile/protobuf.toml (+1 -1)

📄 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/AppFlowy-IO/AppFlowy/pull/1947 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/9/2023 **Status:** ✅ Merged **Merged:** 3/11/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/tauri_web_driver_test` --- ### 📝 Commits (8) - [`539a268`](https://github.com/AppFlowy-IO/AppFlowy/commit/539a268c3977f6565fd7fc891a780e79677c120b) chore: setup tauri test - [`2917234`](https://github.com/AppFlowy-IO/AppFlowy/commit/2917234cc33ea812f35a686f459dd7bac40d52a7) chore: update test - [`c1c1aba`](https://github.com/AppFlowy-IO/AppFlowy/commit/c1c1aba5bacd09d5bd0e500761994aa3bd7e9251) chore: update test - [`1e20a67`](https://github.com/AppFlowy-IO/AppFlowy/commit/1e20a679409281d5e7b1813a28f02505d3c42318) chore: update test - [`523eec2`](https://github.com/AppFlowy-IO/AppFlowy/commit/523eec2eabf836596e795d28e5540a4faaf32c36) chore: update test - [`21b9e44`](https://github.com/AppFlowy-IO/AppFlowy/commit/21b9e44d56eeb621a3e5c79434b70209e475ba8b) refactor: test folder location - [`5fadf1c`](https://github.com/AppFlowy-IO/AppFlowy/commit/5fadf1cf40204a97424a19e7c99a71695d70a808) chore: remove deps - [`85b8054`](https://github.com/AppFlowy-IO/AppFlowy/commit/85b8054aed70a190825e8d10a551a6b85afbbcbf) ci: fix build ### 📊 Changes **10 files changed** (+133 additions, -82 deletions) <details> <summary>View changed files</summary> ➖ `frontend/appflowy_tauri/jest.config.cjs` (+0 -8) 📝 `frontend/appflowy_tauri/package.json` (+2 -6) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/auth/GetStarted/GetStarted.tsx` (+3 -3) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/layout/HeaderPanel/PageOptions.tsx` (+1 -1) 📝 `frontend/appflowy_tauri/src/tests/user.test.ts` (+37 -36) ➖ `frontend/appflowy_tauri/test/specs/example.e2e.ts` (+0 -14) ➖ `frontend/appflowy_tauri/test/tsconfig.json` (+0 -13) ➕ `frontend/appflowy_tauri/webdriver/selenium/package.json` (+13 -0) ➕ `frontend/appflowy_tauri/webdriver/selenium/test/test.cjs` (+76 -0) 📝 `frontend/scripts/makefile/protobuf.toml` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:55 +00: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
AppFlowy-IO/AppFlowy#5035
No description provided.