-
Hi Danny,
This is not an issue but a general piece of information which may be useful to many in the community.
I use Karate DSL framework to run my API tests and I am very happy with the framew…
-
I have a WPF application which implemented a data grid which opens one window if I double click of any row.
This functionality I want to simulate using karate framework. I first tried with some of th…
-
[Graph Convolutional Networks](http://tkipf.github.io/graph-convolutional-networks/).
-
APIKaratePOC.zip
===========
/Library/Java/JavaVirtualMachines/jdk-18.0.1.1.jdk/Contents/Home/bin/java -Dorg.jetbrains.run.directory=/Users/Sanjay.Saini/Documents/GitHub1/APIKaratePOC/src/test…
-
Would like to see another input convenience method that takes (String locator, String value, int delay). Currently the only way to pass in a delay is to use the (String locator, String[] values, int …
-
At the moment, the name of a feature when displayed in a report is set to it's relative path, with prefix removed, as per the FeatureResult constructor:
`public FeatureResult(Results results, Featu…
-
I have 2000 repos in my bitbucket which is segregated on 10 projects. Each repo has code which is written in IBM Integration bus/ACE. Means it is not Java application. This will expose a API. We plan …
-
**Background** :
I am trying to setup continous integration using Jenkins with the help of Karate framework. I got stuck in the setup. Need help on this.
I have 2000 feature files for each repo/A…
-
Scenario: Post call with request as Json and response content type as text/csv
Need help
Issue: When I am trying to get the response as CSV file, unable to get it because Karate converts as String a…
-
**Karate Version**
0.9.6
**How to reproduce**
- Create feature file with 2 scenarios
- Scenario 1 makes simple api GET call
- Scenario 2 calls Scenario 1 1100 times
- Run tests in this feature…