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
1
vote
2 answers

Kiwi TCMS Python API Connection SSL error

I'm getting following error when I try to run the tcms-api module but following the steps given, https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html#module-tcms_api I'm using python 3 in CentOS, applied our own domain and certificates by…
Karthik
  • 729
  • 2
  • 10
  • 21
1
vote
1 answer

Can't create TestRun via Kiwi TCMS Python API

OS: Win 10 2004 x64, Python 3.8.5, tcms-api 8.6 At first I tried to get TestRun that I created manually. It worked perfectly. from tcms_api import TCMS rpc_client = TCMS() targetPlan = rpc_client.exec.TestRun.filter({'id' : 1877})[0] So I…
1
vote
1 answer

KiwiTCMS - MySQL DB with mysql_native_password encryption method

Setup kiwi - latest mysql -latest (v8.0.21) os - mac I have change the docker-compose.yml as below, and it can start-up the two containers. services: db: container_name: kiwi_db image: mysql:latest …
maddox
  • 13
  • 3
1
vote
1 answer

How to add component to a test case using API?

I created a test case using tcms_api test_case = rpc_client.TestCase.create({ 'summary': 'My testing', 'product': 2, 'category': 2, 'priority': 1, 'is_automated': True, 'text': 'my first test case', 'case_status': 2, #…
Crystal S
  • 13
  • 2
1
vote
1 answer

call tcms-api fail with 403 Forbidden

I use tcms-api to call TestPlan.filter, every things fine, function return test plans. But call TestPlan.create fail with xmlrpc.client.ProtocolError: I had enable all permission to login account, still don't know how to change server…
Alin Huang
  • 93
  • 1
  • 1
  • 8
1
vote
0 answers

External Bug Tracker Configuration - Redmine - How to configure It

I have read - Configure external bug trackers And - module-tcms.issuetracker.types And used configuration - enter image description here But it doesnt works, Is there a working example?
nby
  • 89
  • 5
1
vote
1 answer

GitHub/Kiwi TCMS integration, endless spinner

It seems that there is some issue with integration between Kiwi and GitHub. I've added GitHub as bug tracker as follows: Name = GitHub Description = none URL Format String = https://mygit/issues RegExp for ID validation = ^\d$ Type = GitHub Base URL…
shestar
  • 21
  • 4
1
vote
2 answers

Using Kiwi's password reset through the "forgot password" link displays 500 Internal Server Error. Is this an issue with settings at common.py?

Recently I had to change another user's password due to a probable typo. Using the login page's "forgot password" displayed a 500 error. Looking through Kiwi's dashboard, documentation, and github discussions, it was said that users can only change…
1
vote
1 answer

how to import the existing test cases from excel file to kiwi tool

i have a excel file which has 23 sheets and each has minimum 15 test cases. i need to import all the test cases into kiwitcms test management tool. We are exploring this tool for our project. There are almost more than 500+ test cases available for…
mmar
  • 1,840
  • 6
  • 28
  • 41
1
vote
2 answers

Static file "debug_toolbar/css/print.css" does not exist when starting Kiwi Tcms

I'm trying to run Kiwi TCMS on my pc, windows 10, and getting error : Exception at /accounts/login/ Static file "debug_toolbar/css/print.css" does not exist and will cause 404 errors! I don't know what's wrong, already searched and tried the…
CoDesign
  • 43
  • 1
  • 8
1
vote
1 answer

Kiwi TCMS under Docker windows issues

Below is my configuration: Docker version 18.09.2, build 6247962 Host OS: Win 10 Pro I am evaluating this tool for my personal use. But the problem is that some of my standard port is already in use either by IIS/System on the host. I was able to…
Zenwalker
  • 1,883
  • 1
  • 14
  • 27
1
vote
1 answer

Failure to access service after running kiwi with docker due to the ssl configuration I guess

I am trying to use Kiwi to manage my testcase. I follow exactly the steps in this documentation After I startup the service by using docker-compose up, these logs shown in my terminal: kiwi_web | AH00558: httpd: Could not reliably determine the…
1
vote
1 answer

An issue with Kiwi TCMS

I am trying to use Kiwi TCMS RPC API (project page) with the newest version installed (3.49) and it fails miserably as below even though I follow the API documentation. I wonder if there is someone that could point me in the right direction. File…
sophros
  • 14,672
  • 11
  • 46
  • 75
0
votes
0 answers

KiwiTCMS - Auto logout user after X minutes of inactivity

Is there a way to automatically logout a user from KiwiTCMS after X minutes (e.g 30 mins of inactivity? I've searched through the kiwi directory and the online documentation but I couldn't find anything related to this. Maybe I am missing something.
0
votes
0 answers

Is it possible to add multiple testplans in a testrun in Kiwi TCMS?

we want to use Kiwi to organize our testcases. We have collected test cases in different subject areas and organised them in the testplans. Now we want to combine the collected testplans into one testrun. But when creating a new testrun, we can only…
Neph
  • 1
1
2
3
11 12