-
I'm getting NullPointerException and below are the stack trace
java.lang.NullPointerException
at com.cucumber.listener.ExtentCucumberFormatter.close(ExtentCucumberFormatter.java:219)
at sun.r…
-
Creating an issue tracker for a feature request.
A small team i've been working with has created an extended use case wrapping Mockito. We'd like to add in some of the functionality that we've found …
-
I'm using yandex-allure framework with testNG, after adding videoRecorder to my test getting error on test run, see log below:
2016-07-09 23:11:21 INFO [InitDriver] Opening testUrl: https://*_**/
2…
-
Moved to separate question from https://github.com/anshooarora/extentreports/issues/264...
I have a feeling it's something I'm easily overlooking. ExtentManager and ExtentTestManager you provided hav…
-
Develop some annotation based extension for these test frameworks to be able to do something like:
@PerfCake(scenario = "scenario.xml")
Scenario s;
@Test
public void f() {
s.execute();
}
-
Hi I am running my Test Case through Ant build.xml
I am getting given issue:
[testng] Error on line 70 of :
[testng] Cannot find a matching 2-argument function named {http://xml.apache.org/xsl…
-
Hi,
All of my cucumber test resides in testng.xml file which is being called on POM.xml configuration. It executes fine when i use ru.yandex.qatools.allure.testng.AllureRunListener but when i try to …
-
Whenever I provide mvn clean test, for some reason I get -xset:weaveJavaxPackages=true' has not been specified and after executing few test cases , I get Unreachable browser exception.
I run the same…
-
At some point the RuntimeReporter stopped generating itself. The screenshots are there but they don't get used. Does anyone else have that problem? Attaching POM.
[pom.zip](https://github.com/paypal/S…
-
I'm facing issue with regard to adding child tests to parent.
My requirement is: I want to have a parent label (for e.g. Login) with expand ('+') icon, when I click on '+' icon, I should be able to a…