Questions tagged [kiwi-tcms]

Use this tag for programming questions related to Kiwi TCMS, its plugins and API. Please consult previous questions and the existing documentation first https://kiwitcms.readthedocs.io/en/latest/. Questions regarding features and use cases should be addresses to the vendor.

Kiwi TCMS is the leading open source test management system for both manual and automated testing!

Our mission is to transform the testing process by making it more organized, transparent & accountable for everyone on your team; to improve engineering productivity and participation in testing.

169 questions
2
votes
0 answers

OSError: [Errno 99] Cannot assign requested address when testing the sendtestemail of kiwi tcms

I am encountering this error below when running the command "docker exec -it kiwi_web /Kiwi/manage.py sendtestemail user1@example1.tld": OSError: [Errno 99] Cannot assign requested address I can't find other logs pertaining to this error. The full…
Chloe
  • 21
  • 1
2
votes
1 answer

"TypeError: __init__() got an unexpected keyword argument 'headers'" Error when importing TCMS from tcms_api

I'm running Python 3.8.3 From the following code, from tcms_api import TCMS throws an error. from tcms_api import TCMS rpc_client = TCMS() test_case = rpc_client.TestCase.create({ 'summary': 'My testing', 'product': 2, …
Makaveli07
  • 21
  • 1
  • 3
2
votes
0 answers

Kiwi-tcms: Static file not loading in a subdirectory

Description of problem I am unable to get the static files to load when running KiwiTcms via docker in a subdirectory. ex: www.mysiteweb.com/kiwi with a reverse proxy (nginx) As suggested in the docs, i made a local_setting.py file. It contains the…
2
votes
3 answers

KIWI TCMS remove HTTPS and go to HTTP in Docker

I have a docker container, how can I most easily remove 443 and go to port 80 from Kiwi web. I don't see anywhere a configuration file in the docker?
Danny
  • 147
  • 1
  • 13
2
votes
3 answers

Launch remote process for automated test using Kiwi tcms

Is it possible to have a kiwi-tcms test case launch an executable on a remote server in order to execute the test case and if so how could that be done ?
1
vote
0 answers

is it possible for kiwi tcms to login through Active Directory?

Is it possible for kiwi tcms to login through Active Directory? I would like to implement in the company where I work. I looked for documentation on the internet but without success, is there this possibility or something thought about in this area?
1
vote
2 answers

kiwi tcms integration woth JIRA

I try to connect my Kiwi TCMS to JIRA server, but when i try to report a bug to jira it open always same project. How to define link betwen projects in Kiwi TCMS and JIRA server? Where can i configure that parameters? I only add jira to bugtracker…
1
vote
3 answers

Getting "CSRF verification failed" with Kiwi TCMS running from Docker

I am running the Kiwi TCMS Docker image. When I attempt to login I get the error "CSRF verification failed. Request aborted.". I do not see any place to set a CSRF token.
rlandster
  • 7,294
  • 14
  • 58
  • 96
1
vote
0 answers

Installing docker container within Plesk

I followed https://docs.plesk.com/de-DE/obsidian/administrator-guide/plesk-administration/verwenden-von-docker.75823/ to install the latest version under Plesk. All I got is "To many redirects". Has anybody a how-to for using Kiwi TCMS under…
Dirk Poper
  • 11
  • 1
1
vote
3 answers

Setting Timezone in KiwiTCMS

We are currently trying to implement KiwiTCMS into our workflow with docker. We've seen that it should be possible to change the timezone in KiwiTCMS by either changing the environment variable KIWI_TIME_ZONE or TIME_ZONE in the settings. We…
Max Wagner
  • 11
  • 4
1
vote
1 answer

kiwi-tcms: kiwi_db restarting loop

I am trying to install kiwi-tcms and when I get to step: docker exec -it kiwi_web /Kiwi/manage.py initial_setup D:\path\to\kiwi-tcms>docker exec -it kiwi_web /Kiwi/manage.py initial_setup Applying migrations: Traceback (most recent call…
Patricia
  • 11
  • 1
1
vote
0 answers

Kiwi TCMS and Jenkins Integration

Are there any integration points between Kiwi TCMS and Jenkins? Is there way to to update the test case status in Kiwi from jenkins job execution?
manas g
  • 11
  • 1
1
vote
1 answer

Is it possible to set up/configure Kiwi TCMS' Database and/or the Uploads folder on standalone remote servers?

Expanding on/Clarifying the title a bit, my questions are related to managing the Kiwi TCMS data that needs to be persistent. After reading the documentation, I did not find any example or configuration steps on how to make Kiwi TCMS work with…
joeang
  • 11
  • 2
1
vote
1 answer

Reset all tables data but and restore initial settings

I have using Kiwi TCMS System in development, so I have created more test data. Now I want to delete all the test data, so I tried to reset the Kiwi DB tables using the following command as suggested in the…
Karthik
  • 729
  • 2
  • 10
  • 21
1
vote
1 answer

tcms api filters with date range

I'm trying to use tcms-api module with filter function. https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html#module-tcms_api I want to filter the result by date range, so collect the test cases between the date range, trying below code,…
Karthik
  • 729
  • 2
  • 10
  • 21
1
2 3
11 12