mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #792] [CLOSED] workflows: add all test #1052
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1052
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/792
Author: @wangxiaoerYah
Created: 10/12/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
d607f5bworkflows: add all test4bc5740workflows: add pull_request testa37f618Merge branch 'cypht-org:master' into master92dde42Merge branch 'cypht-org:master' into master73a28f9Workflows: Adjust some test logic.📊 Changes
32 files changed (+1003 additions, -309 deletions)
View changed files
📝
.github/tests/config/hm3.ini(+426 -73)➕
.github/tests/db/mysql/cypht_test.sql(+7 -0)📝
.github/tests/db/mysql/cypht_test_my.cnf(+0 -0)➕
.github/tests/db/mysql/root_my.cnf(+3 -0)➕
.github/tests/db/postgresql/cypht_test.sql(+6 -0)➕
.github/tests/db/sqlite/cypht_test.sql(+6 -0)➕
.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(+173 -59)📝
.github/tests/test.sh(+3 -4)➕
.github/workflows/test-phpunit.yml(+64 -0)➕
.github/workflows/test-selenium.yml(+77 -0)➖
.github/workflows/test.yml(+0 -81)📝
README.md(+2 -3)📝
tests/phpunit/db.php(+1 -1)📝
tests/phpunit/mocks.php(+3 -3)...and 12 more files
📄 Description
Please note that some test items do not work properly.
The script for configuring local smtp and imap is at: .github/tests/scripts/
There are still errors in the local smtp and imap services, causing selenium to fail. I hope others can solve this problem.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.