Questions tagged [extent]

170 questions
1
vote
0 answers

How to connect to Mongo using Extent 3.0.0

How to connect to Mongo using extent 3.0.0. I cannot find extent.x there. My POM is using this: com.aventstack extentreports 3.0.0 Please note I…
user3627332
  • 177
  • 1
  • 3
  • 13
1
vote
1 answer

How to log RestAssured Request and Response information to ExtentReports logs

I have Rest Assured-TestNG based automation suite and it uses Extent Reports. I need a way to make all the logs from Rest Assured also to be logged into Extent Reports. I am using log4j for logging Rest Assured requests and responses into files…
hemanth
  • 37
  • 1
  • 6
1
vote
0 answers

Is there any option for extentX Server / selenium reporting tool?

I have used extentX server in windows 7.Now I have installed windows 10 in my machine. Its not working now.It throws error . I am looking for other option for reporting. An Open source where we can store the automated generate reports and it should…
1
vote
1 answer

Openlayers fit extent with bounce

I am attempting to animate between two extents, with an increase in zoom during the middle of the animation, to create a bouncing or flying effect when going between locations which are far apart. Right now I am using view.fit(extent, {duration:…
Stephen Fricke
  • 163
  • 1
  • 2
  • 12
1
vote
0 answers

How to generate reports for each class using ITestListener?

Just a single HTML Report is generated with all of the screenshots of different classes when running the suite which are executed one after another. To generate the reports, I have ITestListener with Extent Report 3.0, TestNG 6.11, Selenium…
Luiz
  • 11
  • 1
1
vote
1 answer

Difference between Tests and Steps in testng

I am new to testng, i am using testng with extent report. In extent report i see two charts as Tests and Steps. My total test has 2 pass and 4 failures which i see in test chart, i dont know what is steps chart. Can some one explain me the…
Senthil RS
  • 271
  • 3
  • 8
  • 17
1
vote
0 answers

Unable to add javascript to show stacktrace in extent reports v 2.41.2

I am trying to add a custom JS to toggle stacktrace info. However block is not getting visible. [![enter image description here][1]][1] Trying to pass the block to step details private String genStackTraceLink(String stackTrace){ …
souvikd
  • 31
  • 3
1
vote
1 answer

Is there a Extent Reports support for Ready API/ SoapUI NG Pro?

I want to generate Extent Reports for SoapUI tests. I do not want to use plain old frames based JUnit HTML Report that SoapUI offers. Does Extent Reports support this? An example would be nice. Thanks!
1
vote
0 answers

How to change admin password on ExtentX?

How can I change the default admin password in ExtentX? There is no option for this from the web interface.
quldude
  • 507
  • 5
  • 16
1
vote
1 answer

d3.extent() on object keys (not values)

I have an object that looks like this, { "1420165140": 172.52, "1420254360": 63.78, "1420341900": 141.55, "1420422480": 85.8, "1421035920": 86.07, "1422506820": 118.42 } The keys are epoch time stamps. I would like to…
Colin
  • 930
  • 3
  • 19
  • 42
1
vote
1 answer

Assign new ol.View.Extent with coordnation points

I'm new to GIS concepts so this might be a noob question. I'm using OpenLayers 3 for map. I want to restrict the panning to a specific area. The code that I came across should do it but I don't know the values to assign to minx, miny, maxx, and maxy…
Kathy Judd
  • 715
  • 3
  • 9
  • 21
0
votes
0 answers

fitExtent() does not perfectly fit to map in OpenLayers

I am getting a correct extent in console but in map it is zooming to Africa location. Actually, i have data with State, District, Date, max temp, min temp, humidity, wind speed, latitude and longitude. By using Latitude and Longitude i have created…
user19459199
0
votes
0 answers

Content of extents with regard to partition key in an oracle partitioned table

I have a partitioned table in oracle. Partition key is the year. If I consider the partition for the year 2022, do the extents belonging to the segments of this concrete partition contain only records with partition key 2022? What about the extents…
Ali Tc
  • 1
  • 1
0
votes
0 answers

I can't get window extent from matplotlib scalebar

I'm trying to get the position of a scalebar in a matplotlib plot and I'm getting wrong results from get_window_extent(), I get zeroes. I'm using the basic scale bar example from here and adding some print statements: import numpy as np import…
mr_vodoo
  • 23
  • 1
  • 6
0
votes
0 answers

Matching resolution and extent of rasters, what is the best practice?

after several errors I finally managed to match my raster data but now I have a more or less general question. I`m still quite new and would like to understand what´s happening with my data. I have two sets of data->meteorological (MD) and…
Sepp
  • 11
  • 2