-
We are unable to global variable from karate-config.js file into .feature file and getting error below-
19:06:10.445 [ForkJoinPool-1-worker-3] ERROR com.intuit.karate - evaluation of 'karate-config…
-
Failure link
------------
https://openj9-jenkins.osuosl.org/job/Test_openjdknext_j9_sanity.functional_aarch64_linux_OpenJDK_testList_1/124/consoleFull
```
15:07:22 openjdk version "21-internal"…
-
### Description of the bug/issue
Typescript tests are not executed when test workers are enabled in Nightwatch 3.1.0: `Running` with test names is present in the console logs and then test execution …
-
### Description of the bug/issue
Some tests are skipped and a report is generated before test execution is completed in parallel testing via test workers.
In the console logs, all test suites are …
-
**please see https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55178**
Am I wrong to assume that the below represents an issue in the fuzzer code, rather than in the Knative code?
```
Step …
-
1. First issue is that fromTime, toTime, body, response and deserialize is more or less the same color? If there is a difference, I can not tell.
2. Second issue is that the body request does not wor…
-
### The output of 'staticcheck -version'
```
staticcheck (no version)
```
Not sure why it's displaying no version. I `go get`'d it.
### The output of 'staticcheck -debug.version' (it is fine if t…
-
### Description
When using the @nightwatch/apitesting plugin sometimes I will use deep equal (`.eql`) to save time comparing properties and values in a response object to my expectation. This works…
-
### Description of the bug/issue
When I execute a test suite with several test cases in it leveraging @nightwatch/apitesting I'm seeing log entries from the tests in that suite getting mixed up under…
-
**Is your feature request related to a problem? Please describe.**
When it comes to tests , There are pre-conditions for tests. e.g - user should have correct amount before add a product into shop…