playwright-zephyr icon indicating copy to clipboard operation
playwright-zephyr copied to clipboard

Add option to place test results into test cycle folder

Open cspell0012 opened this issue 9 months ago • 2 comments

In an effort to keep the automation runs separate from any manual runs, it would be nice to have the ability to specify where the test results go. I propose, if possible, being able to point it at a pre-existing test cycle folder setup prior to run.

cspell0012 avatar May 06 '24 17:05 cspell0012

I agree, this would be a very useful feature to have.

jcrans13 avatar Jun 12 '24 14:06 jcrans13

Agreed

MaruschkaScheepersW avatar Sep 27 '24 02:09 MaruschkaScheepersW

@cspell0012 @jcrans13 @MaruschkaScheepersW

this is already possible. using the key folderId you can give it the desired folder by its ID.

calling this: [(https://support.smartbear.com/zephyr-scale-cloud/api-docs/#tag/Folders/operation/getFolder)] you can call the api to find the id of the folders

dominicp21 avatar Oct 21 '24 19:10 dominicp21