gauge-java icon indicating copy to clipboard operation
gauge-java copied to clipboard

Java runner for Gauge

Results 33 gauge-java issues
Sort by recently updated
recently updated
newest added

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.26.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.25.3&new-version=4.26.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
java

In order to utilize modern libraries in combination with gauge, compiled only for Java 17, gauge-java needs to be compiled for Java 17 as well.

**Is your feature request related to a problem? Please describe.** Right now my Gauge Tests are running for infinite time, tried using _test_timeout_ configuration by adding in in env/default/java.properties file...

We have a Gauge project with step implemenations in an external JAR file located in the libs/ directory and execute the specs in parallel. ### Expected behavior The specs should...

### Expected behavior I want add/execute Steps and sceanarios at Runtime. ### Actual behavior I do not know if you support this feature. ### Steps to reproduce 1.load steps/scenarios from...

I am working on an API product. Some endpoints are associated with 3rd party endpoints. Sometimes we may receive an error that does not belong to our product. In this...

**Describe the bug** 1. First it Complains about Reflections for non JAVA Files 03-05-2022 17:59:37.715 [java] [ERROR] [ForkJoinPool.commonPool-worker-4] WARN org.reflections.Reflections - could not create Dir using com.thoughtworks.gauge.scan.ClasspathScanner$1@2fadf5f1 from url file:**/**D:/git/iec-aw/tc-soa-client/soa_libs/README.MD.**...

**Describe the bug** [Gauge] Failed to start gauge API: Timed out connecting to java **To Reproduce** Steps (or project) to reproduce the behavior: 1. Load a gauge project in intellij...

**Describe the bug** Get `Failed to start gauge API: Timed out connecting to java` each time when try to debug a spec using gauge java version 0.7.8 till to latest...

help wanted

Hi , I am trying to skip a scenario of data iteration based on a condition. Can we either provide an exception which can be used to handle this or...