mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
commit
f2f642b819
3 changed files with 8 additions and 2 deletions
6
.github/workflows/ui-testing.yml
vendored
6
.github/workflows/ui-testing.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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 :)
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue