Questions tagged [extent]

170 questions
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
1 answer

c3.js zoom extent isn't working as expected

I'm using C3.js and want to limit the zoom-level in a line-chart, so the user won't be able to zoom-in infinitely. I can't get this done at all. No matter what I do, the extent in zoom: { enabled: true, extent: [1, 5] } doesn't change…
DarkMikey
  • 383
  • 1
  • 4
  • 24
3
votes
3 answers

Merging multiple Extent reports to single report

I have a maven multi module project, I am able to generate the Extent HTML report for each individual module.How to merge and attach the individual reports into single report. Version : Extent Reports : 2.41.2
Madhuri Haritha
  • 357
  • 1
  • 4
  • 13
3
votes
3 answers

CI integration with Extent Reports using htmlpublisher

I am using HTML publisher plugin in Jenkins, and generating opening Extent Report. By Report generated with Jenkin don't have UI. However when I open then manually they opens just fine. Click of Report Snapshot
Vaibhav
  • 143
  • 1
  • 6
  • 14
2
votes
1 answer

How to get bbox of grouped geometries using postgis queries?

I have a points table in my postgresql table. CREATE TABLE my_points( gid serial PRIMARY KEY, created_on TIMESTAMP NOT NULL, geog geography(POINTZ,4326) ); So I want to get bounded boxes of updated data which grouped by created_on. The…
barteloma
  • 6,403
  • 14
  • 79
  • 173
2
votes
2 answers

I have an error using d3.extent in typescript (TS2345)

I test d3 examples. but i have an error. ps. I solved this error. but not beautiful. const xextent = d3.extent(data, (d) => d.x); const x = d3 .scaleLinear() .domain([xextent[0] ?? 0, xextent[1] ?? 0]) …
2
votes
1 answer

How to Customise the Extent Report by removing unwanted graphs and Extra space

is there a way to remove Steps Graph and Logs Graph From the extent report and customise the layout. (Need to remove the graphs in the highlighted in red) Example Image Updated Issue: I was able to hide the unwanted graphs using the…
ThimiraR
  • 167
  • 2
  • 7
2
votes
1 answer

How can you set the extent of a XYZ source using OpenLayers 6?

I have a map with a background layer of Europe and another ( XYZ ) layer displaying a much smaller area. How can I avoid the 404 error message from the XYZ layer for tiles that don't exist? I have tried to pass: extent:…
2
votes
1 answer

Creating multiple density maps with same extent

I am trying to create density maps (rasters) from points using the smooth_map function from the tmaptools package. I would like to create one raster for each factor level of a variable (var) in my dataframe (df). All rasters should have the same…
albren
  • 109
  • 1
  • 1
  • 8
2
votes
1 answer

Use of Redis server along with MongoDB while using Klov extent reporter

I'm using klov extent reporter for generating HTML reports for my automation results logging. But i see the documentation section of klov where the klov report can be used without Redis server. i Like to know what advantage i would get using redis…
Giri
  • 411
  • 2
  • 18
2
votes
0 answers

How to made extent report working in offline mode

We have alreadly implemneted extent reeport in our project and it is working perfectly when Internet is ON. My problem is I want to run my script on server where no internet is available ,only application are running . Can I get guide here to make…
user1635105
  • 41
  • 1
  • 4
2
votes
1 answer

Changing the raster spatial extent in R

I have two rasters and I want to make the spatial extent of one to another. Then save it as a new raster. I used following code. However, I cannot save the 2013 images with new spatial extent as a new raster. Any guidance is greatly appreciated. …
user2807119
  • 333
  • 3
  • 4
  • 11
2
votes
1 answer

how to print request and response from rest assured to extentreport html

I am using extent report with testng and rest assured. default print stream for RestAssured is System.out, but System.out statements are not showed in extent html report. How to show system.out.print statement in extent reports ?? if not how to…
2
votes
2 answers

Extent Report: Not able to see the screenshots on other machine

I am able generate the extent reports with screenshots on my local machine. But when i mail the reports to someone else, or open the html on a differant machine, the screenshots are not visible. It says that the path is invalid. While attaching the…
Nishant
  • 41
  • 1
  • 6
2
votes
1 answer

How not to show the unknown/skipped results in extent report

I am using RetryAnalyzer in selenium code, wherein if a test case fails in first execution, retryAnalyzer would again execute it. In my case, if first time execution fails and second time execution passes, I want to show the results of only second…
Nidhi Midha
  • 33
  • 2
  • 5
1
2
3
11 12