-
## Overview
Feature request to add native support to rerun failing flaky tests
**Feature request**
Is there any plan to support the ability of rerunning failed flaky tests? For example, it w…
-
In #124 we included the contents of stdout and stderr in the JUnit XML, which was a bad idea for the following reasons.
- The need to perform file reading and CDATA escaping can cause significant p…
-
I'm using Guidewire Studio with Guidewire Claim Center 9. The studio is based on the IntelliJ Community Edition. I can't seem to add the Perforce Integration Plugin. Below is the stacktrace.
2018-0…
-
Currently, we can only access `Scenario` level information in `@BeforeStep` & `@AfterStep`, it would be really great having step level information like, step name, line no, etc.
This will help to …
-
hello,
i have a problem :
i'm trying to run tests writen in SeleniumIDE heavily dependend on SelBlocks (btw briliant work). But when i try to run them they do only 1 loop.
Firefox version: 33.0
Selen…
-
The following template:
```java
public static class MigrateAssertEqualsFloatArrayDelta {
@BeforeTemplate void before(float[] actual, float[] expected, float delta) {
As…
-
Using Descartes build from master on 2017-11-17, around 13:15 CET (0.2-SNAPSHOT).
To reproduce:
* `git clone https://github.com/xwiki/xwiki-platform.git`
* `cd xwiki-platform/xwiki-platform-core/…
-
I have followed the steps properly. When I ran the command **mvn pkg** I got bunch of errors. Then I re-ran it with **mv pkg -e -X** to get the logs, which I am putting here. Help me to solve this out…
-
As a user, I should be allowed to determine the order in which TestNG listeners will be invoked in my project (irrespective of whether those listeners were authored by me or if they were just getting …
-
### Introduction
This issue explores the addition of "strict" behavior and APIs to Mockito. Traditionally, Mockito is a lenient mocking framework. For background and motivation, check out Szczepan'…