quldude
quldude
Is it possible to update the start and end times of the entire suite in the dashboard view?
In this version of nunit and nunit console runner (3.15.0), I'm not seeing the test full name being outputted when displaying text to the console when I use ` TestContext.Progress.WriteLine(string);`...
Getting below error when calling: > ComputeService.ListImagesAsync().Wait(); in ver. 1.7.7. `Unhandled Exception: System.AggregateException: One or more errors occurred. --- > Newtonsoft.Json.JsonReaderException: Error reading string. Unexpected token: S tartArray. Path 'images[50].metadata.block_device_mapping',...
Need a way to get the folder specified in playwright config file. Eg: ``` // playwright config ts file reporter: [['html', { open: 'never', outputFolder: 'reports/playwright' }]], ``` Folder name...
Is there a way to override the test tile to add a tag using test.extend? For eg instead of writing `test('test title @tag', ...)`, I would like to extend test...
We are using C# Extent ver 4.1.0 and not able to see the file index.html in specified folder path (instead shows up where my calling application folder is like /bin/Debug)....
Sample test code: ``` test.beforeAll(async ({ browser }) => { await test.step( "Check if flag is on", async () => { const page = await browser.newPage(); const flag=false; test.skip(!flag, "Cannot...
I have the following code to disable cache. But it seems the `.cache` folder still gets created. Is there a way to not create .cache folder or delete and re-create...
I have the following code to update a finished launch: ``` // version = "@reportportal/client-javascript": "^5.0.13" import RPClient from "@reportportal/client-javascript"; const rpClient = new RPClient(RPconfig); const launchObj = await rpClient.startLaunch({});...
Is there a typescript version of this library so when I do `rpClient.` it shows me all the methods available?