-
Set up automated testing for our Hasura GraphQL API using Karate framework, focusing initially on the users and authentication functionality.
Follow this [tutorial](https://hasura.io/blog/testing-h…
-
### What happened?
When using callonce in Karate, the Allure report displays the called scenario as a separate test case. This behavior increases the number of scenarios shown in the report, which ca…
-
This error has started coming since I started using karate version 1.5
java.lang.ClassNotFoundException: com.intuit.karate.cli.Main.
Please let me know how I can modify the command being execute…
-
Hello everyone
I'm using `karate-core@v1.5.0` for running integration tests for a Quarkus application. After upgrading to Quarkus version 3.16.3 I keeps receiving an exception "stacktrace added b…
-
ava.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull([Objects.java:233](http://objects.java:233/))
at java.base/java.util.Optional.of([Optional.java:113](http://optional.jav…
-
Using last vscode 1.95.1 and KarateIDE v1.5.0 + Karate IDE Classpath Jar v1.4.0
On two og-f my project I'm not able to use the plugin, I got following error. On other it work well, project are a li…
-
This is my feature file to open browser
```
Feature: Launch Chrome browser
Background:
* def osName = karate.os.name
* def projectPath = karate.properties['user.dir']
* def downl…
-
Hello everyone
While running long running tests with karate version v1.5.0 (latest as I'm writing this) in the CI of my company projects, we are experiencing flaky tests due to the underlying Apach…
-
I think this is the same issue as #2292 which was closed without a resolution. I have a feature with an ignored scenario that's called by other scenarios in the same feature. Additionally in the Backg…
-
As proposed in this StackOverflow thread started by a teammate of mine
https://stackoverflow.com/questions/78927512/select-mock-file-to-use-based-on-the-running-karate-scenario
problem: I have so…