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
0
votes
1 answer

Can add author filed when import test case via api interface?

I import a test case into Kiwi TCMS via API interface, find Author filed is “Admin”. I want to add author filed. I add an “author” key and with a value in values dict. But author is still displayed as Admin. I use the following API: rpc_client =…
chencj
  • 19
  • 2
0
votes
1 answer

Kiwi reporting to Bugzilla issue

I want Kiwi to report bugs to Bugzilla. I have configured the Bugzilla bugtracker in the config. All fine so far. I go to my test run an click on report. I select my bugzilla issue tracker and click on report. Then I get: "Enable reporting to this…
0
votes
1 answer

Kiwi TCMS is saying i need to fill in the base_url when I "Report" a Github issue eventhough that field is populated

I'm using Kiwi TCMS version 6.2 in a docker-compose environment. Just trialing it right now. All working OK in relation to created/edit/delete/run features. However, I'm also trying to get the Github integration working so that I can create Github…
rebel6
  • 1
  • 1
0
votes
1 answer

Some questions about backup kiwi-tcms database

I try to backup my kiwi tcms data following steps on web http://kiwitcms.org/blog/atodorov/2018/07/30/how-to-backup-docker-volumes-for-kiwi-tcms/. Some question need help. Which type datas stored on kiwi_uploads? Shall I also use command "docker…
chencj
  • 19
  • 2
0
votes
1 answer

How to download the Test plan/ case in Kiwi TCMS

KIWI TCMS has a feature to print the test plan or test cases. Is there any feature like that to download the test plan or test cases in any of xml,csv,json formats?
0
votes
2 answers

How to remove the Show toolbar option for the users in KIWI TCMS

KIWI TCMS is showing a Show toolbar option on the right side of the UI. Is there any way to remove this toolbar from the KIWI TCMS using permissions or any other way without changing the code?
0
votes
1 answer

django.db.migrations.exceptions.InconsistentMigrationHistory error occurs when installing kiwi tcms

Use kiwi tcms for some time, running Kiwi TCMS as a Docker container. This week I upgrade kiwi tcms to latest version 6.2. When I execute command "docker exec -it kiwi_web /Kiwi/manage.py migrate", some error occurs as below. I'm not familiar with…
chencj
  • 19
  • 2
0
votes
0 answers

Trying to update TestCase using TCMS API

I am having issues updating test cases. This is my python code: for test_case in rpc_client.exec.TestCase.filter({'pk': x}): rpc_client.exec.TestCase.update(x, test_case) I am getting this error:
TreeZ
  • 137
  • 1
  • 7
0
votes
1 answer

django.db.migrations.exceptions.InconsistentMigrationHistory error as part of 6.0.1 to 6.1 upgrade

Environment: running Kiwi in docker containers from Docker repository on Windows Server 2016. I have not made changes to my clone of the Kiwi repo or the docker images. Repro: 1. Follow upgrade steps on blog to upgrade/migrate from Kiwi 6.0 to…
S. Manke
  • 167
  • 5
0
votes
1 answer

xmlrpc.client.Fault when calling TestRun.update()

Kiwi version 6.0, tcms-api 5.0. Given that 82 is a valid test run_id and 7 is a valid build_id for the test run's product in the Kiwi instance, run this Python snippet: from tcms_api import TCMS kiwi = TCMS() kiwi.exec.TestRun.update(82, {'build' :…
S. Manke
  • 167
  • 5
0
votes
1 answer

Unable to create test run via Kiwi TCMS Python API after upgrade to Kiwi 5.3.1

Environment of machine running script: Windows 10, Python 3.6.5, tcms-api 5.0 This Python snippet worked to create test runs against my Kiwi 5.3 instance: targetPlan = kiwi.exec.TestPlan.filter({'plan_id' : 23})[0] testRunSettings = { 'plan':…
S. Manke
  • 167
  • 5
-1
votes
1 answer

Sharing Test Cases Kiwi-tcms

I want to know if I can share the documentation of a test plan and test cases created from the website https://public.tenant.kiwitcms.org/ to people.
quetal
  • 5
  • 1
-1
votes
1 answer

Product and Versions are not displayed when creating new test plan in Kiwi TCMS

I'm running Kiwi TCMS in Windows 10 home as a docker container and I'm using docker tool box. Kiwi web is up in 192.168.99.100 and a super user is also created. But products and version are not available when creating test plans Can someone help…
-1
votes
1 answer

KIWI TCMS - Test case content deleted when changing status

I have installed Kiwi-tcms locally as a docker container on an Ubuntu server. Everything works as expected except when I want to write a new test case. Here are the steps I used: Prerequisites: A testplan already created Steps: login to Kiwi select…
-1
votes
1 answer

Can't see test run/integration items on public tenant

I am a newer to Kiwi tcms and trying to utilize this tool's feature. Authorize my github account to kiwi then login. But I found there are a few feature on https://public.tenant.kiwitcms.org, just only have create plan/case feature in Testing. I…
lyiyu66
  • 1
  • 1
1 2 3
11
12