[PR #954] [MERGED] Workflows: add test-selenium #1173

Closed
opened 2026-02-25 21:37:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/954
Author: @wangxiaoerYah
Created: 4/15/2024
Status: Merged
Merged: 4/19/2024
Merged by: @kroky

Base: masterHead: master


📝 Commits (6)

  • 30bb48d Workflows: add test-selenium
  • 919ca56 Workflows: add test-selenium
  • 0159404 Workflows: add test-selenium
  • 053f5cb Workflows: Optimize the process
  • 690d60a Workflows: Optimize the process
  • ee4acba Merge branch 'cypht-org:master' into master

📊 Changes

11 files changed (+356 additions, -82 deletions)

View changed files

.github/tests/scripts/dovecot.sh (+7 -0)
.github/tests/scripts/postfix.sh (+6 -0)
.github/tests/selenium/creds.py (+24 -0)
.github/tests/selenium/nginx/nginx-site.conf (+21 -0)
.github/tests/selenium/nginx/php_fastcgi.conf (+15 -0)
.github/tests/selenium/webdriver/webdriver.sh (+11 -0)
📝 .github/tests/setup.sh (+86 -1)
.github/workflows/Nightly-Image.yml (+28 -0)
.github/workflows/Test-Build.yml (+145 -0)
.github/workflows/test.yml (+0 -81)
tests/selenium/requirements.txt (+13 -0)

📄 Description

Like I said, it didn't really run. But I think this is an idea, and I hope to submit it to the main line for everyone to refer to.

This is just a workflow, not code, has no impact on the project, and is not a broken code. It is just a Workflow.


🔄 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/cypht-org/cypht/pull/954 **Author:** [@wangxiaoerYah](https://github.com/wangxiaoerYah) **Created:** 4/15/2024 **Status:** ✅ Merged **Merged:** 4/19/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`30bb48d`](https://github.com/cypht-org/cypht/commit/30bb48d886613d32c416ba11ef70d461758f3ea3) Workflows: add test-selenium - [`919ca56`](https://github.com/cypht-org/cypht/commit/919ca564717e425e288781fc811a2282f44945d9) Workflows: add test-selenium - [`0159404`](https://github.com/cypht-org/cypht/commit/01594046fd15bece456dafcc1db31cd84aa07346) Workflows: add test-selenium - [`053f5cb`](https://github.com/cypht-org/cypht/commit/053f5cbb3a8fb1d0c8998819c2c621baa65e13c7) Workflows: Optimize the process - [`690d60a`](https://github.com/cypht-org/cypht/commit/690d60a40a323c87f12ce2032c66c4fa15a46400) Workflows: Optimize the process - [`ee4acba`](https://github.com/cypht-org/cypht/commit/ee4acba73039571f2aa2e8a7f8dbc335b772f419) Merge branch 'cypht-org:master' into master ### 📊 Changes **11 files changed** (+356 additions, -82 deletions) <details> <summary>View changed files</summary> ➕ `.github/tests/scripts/dovecot.sh` (+7 -0) ➕ `.github/tests/scripts/postfix.sh` (+6 -0) ➕ `.github/tests/selenium/creds.py` (+24 -0) ➕ `.github/tests/selenium/nginx/nginx-site.conf` (+21 -0) ➕ `.github/tests/selenium/nginx/php_fastcgi.conf` (+15 -0) ➕ `.github/tests/selenium/webdriver/webdriver.sh` (+11 -0) 📝 `.github/tests/setup.sh` (+86 -1) ➕ `.github/workflows/Nightly-Image.yml` (+28 -0) ➕ `.github/workflows/Test-Build.yml` (+145 -0) ➖ `.github/workflows/test.yml` (+0 -81) ➕ `tests/selenium/requirements.txt` (+13 -0) </details> ### 📄 Description Like I said, it didn't really run. But I think this is an idea, and I hope to submit it to the main line for everyone to refer to. This is just a workflow, not code, has no impact on the project, and is not a broken code. It is just a Workflow. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:27 +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/cypht#1173
No description provided.