Questions tagged [selenium-extent-report]

A logger-style API which allows creating HTML reports in Selenium web driver for test result. Written for Java and .NET environment. Support custom dashboard in Licences/Pro version.

Extent Reports. While working with selenium automation testing, usually the frameworks like TestNG, JUnit are being used in combination with Java to report the result at the end of the test execution. ... It fetches system details like OS, Java Version, and Memory and so on.

225 questions
10
votes
2 answers

How to write a custom Failure message for the Failed Step in Cucumber-java in extentReports

I want to write custom failure message in my Cucumber ExtentReports. Tool using : Cucumber Java Selenium JUnit ExtentReports What's happening now: I have a cucumber scenario. Given something When I do something Then this step fails The failed…
Sakshi Singla
  • 2,462
  • 1
  • 18
  • 34
6
votes
2 answers

Difference between Tests and Steps in testng extent report

I'm confused in difference between Tests and Steps in testng extent report. I have 2 test cases as 1 pass and 1 fail. In extent report under Test: 1 test(s) passed 1 test(s) failed, 0 others and under Steps: 1 step(s) passed 2 step(s) failed, 0…
Rabikatha
  • 249
  • 5
  • 9
5
votes
1 answer

Is it possible to have screenshots of allure report between steps like extent report?

I'm using allure report to generate a report for my tests. earlier I used to use extent report. as you know, in extent report you can add logs and screenshot in order of creating them but in allure reports, all the screenshots are going to be shown…
0xM4x
  • 460
  • 1
  • 8
  • 19
5
votes
1 answer

How to rename generated multiple report file names for extentreport version 4.0.3?

Using extent report version 4.0.3, multiple reports files are generates (dashboard.html, index.html etc). We need to append date and time stamp to each report file. Using version 3.1.3, i am able to append date and time stamp to file name as there…
5
votes
1 answer

node C:\Users\XXXXXXXX\AppData\Roaming\npm\node_modules\sails\bin\sails.js module.js:473 throw err;

After I npm installed Sails.js on Windows 10, "sails" command is not recognized. Can someone give me a hint on what values to use in the PATH variable? As I understand it is Node.exe that runs the sails.js file. But if I try tunning "node sails.js"…
kunal soni
  • 585
  • 1
  • 7
  • 19
4
votes
3 answers

How to display test name under Extent Report instead of Method Name?

In the Extent Report, I want to display the name of test instead of method name. So I found a solution, added a test name attribute for @Test annotation Problem 1: In the report I see null being returned for getTestName method. Problem 2: I am not…
3
votes
1 answer

What is the difference between com.aventstack and com.relevantcodes dependencies of Extent Reports

Following two dependencies can be used for intergrate Extent Reports into Maven Project.      com.aventstack      extentreports      3.1.5
3
votes
1 answer

Is Extent report version 5 now available or not?

Extent report version 5.0.0 and 5.0.1 available in mvnrepository.com but documentation not available in extentreports.com. Explain me it is the real update or not?
Vaitheeswaran
  • 87
  • 1
  • 2
  • 13
3
votes
0 answers

Extent test report V3 (junit4) - Troubleshoot with appending test cases under 1 class into unique report

I have problem with appending tests into a test report. I just wanted to do the most basic steps, so I wrote 4 tc. When I run them and open the report, every time they are duplicated in the report. I am using extent report version 3 and Junit4 and I…
3
votes
1 answer

Is there an equivalent class like ITestResult(using testng) that is available with just JUnit?

I am currently using ExtentReport with TestNG to get the results of my test. I am now restricted to using only JUnit so I was wondering how I would convert my current code to have the same functionality without using TestNG I have seen examples of…
3
votes
1 answer

Adding screenshot in extent report 4 for the failed scenarios

I'm using extent report 4.Actually I'm trying to add Screenshot in extent report when the test fails. I'm using below code to achieve this. Screenshot gets attached in the end of my report (please refer the screenshot), but I want screenshot to get…
3
votes
2 answers

Screenshots are not visible in klov reports

Screenshots are not getting uploaded in klov report : Getting below warning : [testng] Jul 05, 2018 12:34:29 PM com.aventstack.extentreports.mediastorage.HttpMediaManagerKlov storeMedia [testng] WARNING: Unable to upload file to server…
3
votes
4 answers

HTML : Unable to view the base64 image in html report

In selenium I am auto mailing the extent reports through javamail API. I am using base 64 encoder to generate screenshots and attach to the report. The issue is the screenshot is visible as thumbnail but when i zoom it, it displays the encoded…
testergirl
  • 121
  • 1
  • 4
  • 11
3
votes
3 answers

Selenium-Extent_Reports: Not able to view the failure screenshots on other Computer/Machine

-Failure Screenshot are visible in Extent_Reports on my local machine. But not able to view the failure screenshot in Extent_Reports on other Computer/Machine. -When i trigger build from Jenkins, After build successful, Sending email to:Recipient…
3
votes
1 answer

Not able to save screenshot in klov reporter. (Extent Reports)

I am using both HtmlReporter and KlovReporter for my C-Sharp project. The issue here is, when i try to capture a screenshot in report it is not being saved and visible in klov reporter. But, i can see the screenshot being displayed in HtmlReporter.…
Appu Mistri
  • 768
  • 8
  • 26
1
2 3
14 15