omri zaher
3eb7526fa4
Add artifact upload step for UI test screenshots
2025-08-11 14:10:02 +03:00
omri zaher
3524c17e18
Merge branch 'main' into inner-tests
2025-08-11 13:10:37 +03:00
omri zaher
45f26c92eb
Fix WEKAN_URL environment variable retrieval in UI tests for consistency
2025-08-11 12:28:22 +03:00
omriza5
a9761477d2
Merge pull request #7 from omriza5/feature/ci-api-testing
...
Add GitHub Actions workflow for running tests with coverage and updat…
2025-08-11 12:03:57 +03:00
omri zaher
fd3c866c53
Update base URL retrieval in tests to use BASE_URL environment variable for consistency
2025-08-11 11:56:39 +03:00
omri zaher
9da7005a66
Refactor API testing workflow to include Docker startup and MongoDB user setup steps
2025-08-11 11:53:22 +03:00
omri zaher
7c7e60c22f
Update API tests workflow to use WEKAN_URL secret for BASE_URL
2025-08-11 11:45:32 +03:00
omri zaher
97fb01f3bc
Refactor API and UI test workflows to improve readability and consistency; update base URL retrieval to use environment variable for flexibility
2025-08-11 11:44:56 +03:00
omri zaher
6b3560c8d3
Add GitHub Actions workflow for running tests with coverage and update pytest options for verbose output
2025-08-11 11:29:44 +03:00
omri zaher
42347f3e91
Reorder pytest command options for consistency in Selenium tests
2025-08-10 14:04:55 +03:00
omri zaher
61eb25314e
Add '-s' option to pytest command for more detailed output in Selenium tests
2025-08-10 13:54:22 +03:00
omri zaher
a79ff2f7ea
Set HEADLESS environment variable to true for Selenium tests
2025-08-10 13:42:26 +03:00
omri zaher
6ab6ade919
test
2025-08-10 13:38:45 +03:00
omri zaher
c8f99d1fb5
Update WEKAN_URL to use a specific IP address for Selenium tests
2025-08-10 13:35:33 +03:00
omri zaher
5956734108
Merge branch 'main' of https://github.com/omriza5/wekan
2025-08-10 13:27:19 +03:00
omri zaher
1f585f762c
Add debug step for WEKAN_URL in UI testing workflow
2025-08-10 13:24:47 +03:00
omriza5
f2f642b819
Merge pull request #5 from omriza5/inner-tests
...
Inner tests
2025-08-10 13:20:20 +03:00
omri zaher
8403cb806c
Add debug step to output WEKAN_URL in UI testing workflow
2025-08-10 13:19:43 +03:00
omri zaher
d2bab41e46
Fix formatting in README.md by removing unnecessary line breaks
2025-08-10 11:02:55 +03:00
omri zaher
fe83dc60a1
Refactor Chrome and ChromeDriver installation in UI testing workflow
2025-08-10 10:33:20 +03:00
omri zaher
49b20773bb
Refactor Chrome and ChromeDriver installation in UI testing workflow
2025-08-10 10:14:01 +03:00
omri zaher
a3b0a7671f
Simplify Chrome and ChromeDriver installation in UI testing workflow
2025-08-10 09:55:18 +03:00
omri zaher
39882bbafc
Refactor Chrome and ChromeDriver installation in UI testing workflow
2025-08-10 09:47:20 +03:00
omri zaher
0a8adf4b51
Remove unused json import in test_board.py
2025-08-09 19:32:47 +03:00
omriza5
1f1f1441ee
Merge pull request #3 from omriza5/fix/ci-ui-testing
...
Add installation of Chromium ChromeDriver in UI testing workflow
2025-08-08 20:45:20 +03:00
omri zaher
4129659d80
Simplify Chrome and ChromeDriver installation in UI testing workflow
2025-08-08 19:12:16 +03:00
omri zaher
e1d0c05649
Refactor Chrome and ChromeDriver installation in UI testing workflow
2025-08-08 18:54:34 +03:00
omri zaher
c7cf4c4237
Remove sudo from pytest command in UI testing workflow
2025-08-08 18:49:48 +03:00
omri zaher
fd69234137
Update UI testing workflow to run tests with sudo
2025-08-08 18:48:35 +03:00
omri zaher
b9b6614d80
Remove installation of Chromium ChromeDriver from UI testing workflow
2025-08-08 18:45:21 +03:00
omri zaher
4949fdd7bb
Remove deprecated workflow files: depsreview.yaml, release.yml, and test_suite.yml
2025-08-08 18:16:29 +03:00
omri zaher
93d9ee48ed
Fix environment variable setup for Chrome and ChromeDriver in UI testing workflow
2025-08-08 18:12:44 +03:00
omri zaher
d47b855ad2
Add installation of Chromium ChromeDriver in UI testing workflow
2025-08-08 18:06:56 +03:00
omriza5
e8c772ee0a
Merge pull request #2 from omriza5/feature/ui-testing-ci
...
Add Selenium UI testing workflow
2025-08-08 18:02:05 +03:00
omri zaher
8bef2a2f8d
Update Python version to 3.13 in Selenium UI testing workflow
2025-08-08 17:51:52 +03:00
omri zaher
64bec1a886
Add Selenium UI testing workflow
2025-08-07 21:05:17 +03:00
omri zaher
8d23bbb91d
Add .pem files to .gitignore
2025-08-07 11:37:21 +03:00
omriza5
ecacb4446e
Merge pull request #1 from omriza5/feature/board-test
...
Add initial test suite for board API with authentication and various …
2025-08-04 17:41:22 +03:00
omri zaher
13ae2c7bfe
Add initial test suite for board API with authentication and various board operations
2025-08-04 17:31:19 +03:00
omri zaher
a1bf146fed
Refactor login tests to improve structure and readability
2025-08-03 19:22:09 +03:00
omri zaher
4df57d54df
Refactor health check test to assert for 200 status code and remove debug print statement
2025-08-03 18:32:51 +03:00
omri zaher
01d50ed631
Add pytest option to enable output capturing
2025-08-03 18:32:25 +03:00
omri zaher
c053ec3b56
Add initial Python test setup and health check test
2025-08-03 18:31:27 +03:00
omri zaher
e690b54bc6
Update docker-compose configuration and dependencies
...
- Changed service from expose to ports for MongoDB.
- Added user directive to run as root for file permissions.
- Updated ROOT_URL to use a specific IP address.
- Enabled DEBUG mode in environment variables.
- Updated @babel/runtime version in package.json and package-lock.json.
2025-08-03 15:50:45 +03:00
Lauri Ojansivu
20f91ef893
Updated ChangeLog.
2025-08-01 02:29:49 +03:00
Lauri Ojansivu
1187254573
Updated security email address.
...
Thanks to xet7 !
2025-08-01 02:28:15 +03:00
Lauri Ojansivu
f22fb4f4a9
Updated translations
2025-07-28 23:28:36 +03:00
Lauri Ojansivu
a14762e005
Updated ChangeLog.
2025-07-19 20:16:31 +03:00
Lauri Ojansivu
9a91214043
Update CHANGELOG.md
2025-07-19 05:14:56 +03:00
Lauri Ojansivu
30795a46cf
Update CHANGELOG.md
2025-07-19 05:10:55 +03:00