Questions tagged [extent]

170 questions
2
votes
1 answer

How to Generate extent report in Geb & Spock

We are using Geb and Spock framework for testing web application and integrated with an extent report. We have created a separate class for extent report functionalities using JUnit @Rule to access among all Test cases. Now the problem is when TC…
Vivetha
  • 41
  • 4
1
vote
0 answers

how to customize extent report for Java TestNG Cucumber

I want to customize extent report for Cucumber. I am using Java testng cucumber framework. I want to add pass/failed ticks at the left side of each step/scenario. Can you please guide me to set the extent configurations? Adding screenshots…
Amey
  • 11
  • 6
1
vote
0 answers

OpenLayers TileLayer Extent issues on an infinitely panning map

Apologies in advance, this is my first StackOverflow question. I need to use an OpenLayers layer extent to place a boundary on a region of the map in order to prevent an XYZSource's url from trying to grab tiles that don't exist (resulting in 404…
jeffdbx
  • 11
  • 2
1
vote
1 answer

How to extend a dictionary class

I would like to create a custom dictionary class in PowerShell (which temporary stores a configuration in a specific 3rd party application and retrieves it in another PowerShell session). Technically, I could also do this by creating a kind of…
iRon
  • 20,463
  • 10
  • 53
  • 79
1
vote
0 answers

Merging multiple .html Extent Reports into one html in .NET

So if I have Test1.html and Test2.html and need to combine all tests result from the files into 1 html, is this possible? There are other packages that can combine html files, but they dont work very well with extent reports. I have tried Extent…
blincoln
  • 11
  • 3
1
vote
1 answer

Vega Lite - cannot set extent of density transform with parameter

I am using a density transform in Vega Lite and would like to set the extent dynamically. It looks like the density transform is set up such that the extent can only be defined explicitly:…
sc20d
  • 47
  • 4
1
vote
1 answer

How to add author Name in extent report in C# for different authors of the test?

Can I add author name of the test to the extent report? I am using Playright with NUnit. I am using [Author] attribute of NUnit to write the author Name in the test case. //This is a test case [Test(Author="abc")] public async Task…
nike
  • 13
  • 2
1
vote
1 answer

Histogram in R Program

I have created a histogram to show LULC by pixel values. The code I used is:- library(raster) RupandehiLULC19<-raster('C:/Users/lenovo/Desktop/EM/RupandehiLULC2.tif') plot(RupandehiLULC19) hist(RupandehiLULC19, main="Boxplot of LULC By Pixel Value",…
Prabhakar
  • 61
  • 8
1
vote
0 answers

When I convert pixels to physical units using "extent" inside of plt.imshow(), my subplots that rely on units of pixels break

I'm trying to plot an image using physical units instead of pixels (I use extent to imitate this). On the top and side of my plot is a plot of the lineout of my image. Everything is originally in units of pixels, but I am trying to convert it to…
1
vote
0 answers

Why seems "Extent.Skip(1).First()" not to work in a for-loop?

C# newbie question here. In my database, I have a Load table, filled with a lot of entries. I have done the following in the past and it was working fine: var list_Loads = database.GetData().AsQueryable(); Load load_1 =…
Dominique
  • 16,450
  • 15
  • 56
  • 112
1
vote
1 answer

Cucumber run only one feature file and ignore the rest

I had created two features file but there is one feature file being execute and the second feture file is not get executed. Why is like this? @CucumberOptions( features = {"src/test/resources/Features/"}, glue =…
nicholas
  • 2,581
  • 14
  • 66
  • 104
1
vote
0 answers

how to extent this code to accommodate D and E drives as well

I would like to extent the following code to accommodate all other drives on my machine. Below code was written only on C drive..i am having difficulty modifying it, tried seperating values for driveletters, but the code is not displaying anything…
wasay syed
  • 11
  • 1
1
vote
1 answer

Open Layer calculate length and width of extent in miles and reverse

OpenLayer - 6.4.3 Need to calculate LENGTH and WIDTH of current EXTENT in miles. Then add x miles to the calculated LENGTH and WIDTH. Then get the new extent from new LENGTH and WIDTH with same center as initial extent. const extent_initial =…
Kishor Kunal
  • 267
  • 1
  • 6
1
vote
2 answers

Extent Reports - Collapse Parent Nodes to NOT see Child Nodes

So I have just added Extent Reports (Version 4.0.6) to the testing framework and everything is looking great BUT there's just one thing I am trying to do which I don't know if it's even possible.. So basically, I know you can do this (logic isn't…
Eitel Dagnin
  • 959
  • 4
  • 24
  • 61
1
vote
2 answers

How can I stack rasters that have nearly exactly the same extent in R

I am trying to stack multiband raster. They were created through the ESA Sentinel 1 Preprocessing tool SNAP. Every tif file hast to layer. I loaded two rasterstacks and tried to stack them: rs1 <- raster::stack("example/rs1.tif") rs2 <-…
Muesgen
  • 152
  • 8
1 2
3
11 12