Merge pull request #5 from omriza5/inner-tests

Inner tests
This commit is contained in:
omriza5 2025-08-10 13:20:20 +03:00 committed by GitHub
commit f2f642b819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -33,6 +33,12 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install -y google-chrome-stable sudo apt-get install -y google-chrome-stable
- name: Debug WEKAN_URL
run: |
echo "WEKAN_URL: ${WEKAN_URL}"
env:
WEKAN_URL: ${{ secrets.WEKAN_URL }}
- name: Run Selenium tests - name: Run Selenium tests
env: env:
HEADLESS: true HEADLESS: true

View file

@ -18,7 +18,7 @@ docker-compose.yml at https://github.com/wekan/wekan/blob/main/docker-compose.ym
- [WeKan and Standard for Public Code](https://wekan.fi/standard-for-public-code/) assessment was made at 2023-11. - [WeKan and Standard for Public Code](https://wekan.fi/standard-for-public-code/) assessment was made at 2023-11.
Currently Wekan meets 8 out of 16 criteria out of the box. Currently Wekan meets 8 out of 16 criteria out of the box.
Some others could be met with small changes. Some others could be met with small changes
## Code stats ## Code stats
@ -49,6 +49,7 @@ See bottom of https://github.com/wekan/wekan/issues/3874
## FAQ ## FAQ
**NOTE**: **NOTE**:
- Please read the [FAQ](https://github.com/wekan/wekan/blob/main/docs/FAQ/FAQ.md) first - Please read the [FAQ](https://github.com/wekan/wekan/blob/main/docs/FAQ/FAQ.md) first
- Please don't feed the [trolls](https://github.com/wekan/wekan/blob/main/docs/FAQ/FAQ.md#why-am-i-called-a-troll) and [spammers](https://github.com/wekan/wekan/blob/main/docs/FAQ/FAQ.md#why-am-i-called-a-spammer) that are mentioned in the FAQ :) - Please don't feed the [trolls](https://github.com/wekan/wekan/blob/main/docs/FAQ/FAQ.md#why-am-i-called-a-troll) and [spammers](https://github.com/wekan/wekan/blob/main/docs/FAQ/FAQ.md#why-am-i-called-a-spammer) that are mentioned in the FAQ :)

View file

@ -1,6 +1,5 @@
import pytest import pytest
import requests import requests
import json
base_url = "http://10.0.0.17" base_url = "http://10.0.0.17"
class TestBoard: class TestBoard: