-
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…
-
#### I'm submitting a ...
- [x] bug report
#### Error when running `mvn clean test`
`java.lang.NullPointerException: Cannot invoke "java.nio.file.attribute.FileTime.toInstant()" because "this.…
dtk72 updated
3 months ago
-
The project will become more and more complex, especially due to all the unit abilities and their upgrades, so we need to perform automated tests in order to figure if most things still work out when …
-
We can use input method on file input element and set file path as value. This approach works fine If you are running browser locally as it can find the file but when running same tests it does not wo…
-
Apologies for posting here, my intent is to get the word out to those following this project. I tried sending a mail to the developers last week, but it looks like this project is not being actively m…
-
### 1.1. Title
Karate - Service
### 1.2. Details
This task aims to introduce and evaluate the **Karate** test automation framework from a service testing point of view by briefly introducing …
-
Hi,
I am trying to use [Karate framework](https://github.com/intuit/karate) within Katalon Studio and I wanted to use gradle-plugin for this.
However, to install Karate we need to use `testCompile`…
-
Could you please upgrade bootstrap (twitter) bootstarp.min.js from 4.5.3 to 5.3.3 or later to fix security XSS vulnerability in karate-core 1.4.1 ?
-
## Summary
Two issues have been observed after retrying failed scenarios in a test suite with a Scenario Outline that includes multiple Examples tables:
1. The tags from the Examples tables are lost…
-
It would be good to have a way to mark each request to be exclude from the test runner. This could be by adding a meta flag or in a blacklist format.