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

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps (or project) to reproduce the behavior: 1. Initialise a gauge project 2. Use the...

**Expected behavior** The complete stacktrace is available **Actual behavior** The stacktrace available is truncated. **Steps to replicate** * Create a `gauge-java` project * Throw an exception in a step >...

enhancement

Hello everyone! At startup, the login.spec is successfully build, but the test does not start, but falls into ignore **To Reproduce** Select the login.spec and run it Pay attention to...

**Describe the bug** I freshly installed gauge on command line via apt-get. I installed Gauge Java using "gauge install java". I created a sample project in /tmp/gaugesample **To Reproduce** Steps...

**Describe the bug** Intellij IDEA refactor throws error could not execute refactor command: java.net.SocketException Connection reset. **To Reproduce** Steps (or project) to reproduce the behavior: 1. Select refactor on step...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps (or project) to reproduce the behavior: 1. Initialise a gauge project 2. Use the...

We run each scenario in its own Spring context, therefore we have unique `ClassInitializer`(based on Spring ApplicationContext) and unique instance of `CustomScreenshot` for each scenario. Current `Gauge.captureScreenshot()` implementation has single...

I created a maven multi-module project with java and gauge. Example: automation-tests (root) automation-infra (parent) module-a (child - gauge) module-b (child - gauge) All the steps in both modules were...

### Expected behavior External libraries added in libs folder should be referred when specified in properties file as below `gauge_additional_libs = libs/*` ### Actual behavior Libraries are not referred and...

bug
Windows

Runner should log - [ ] when runner started - [ ] when it accepts gauge connections along with ports, - [ ] when step registry cache is loaded, how...