Closed heilwood closed 3 years ago
Can you explain please how to use regular files or env. variables. For example where i should keep ReportPortal_Launch_Id.txt with value? Currently i'm creating the launch using reportportal api and powershell script from azureDevops pipeline step in another step i writing this launch id to file and saving to bin/Debug and nothing happens, still separate launches
You are doing right, but file name should be ReportPortal_Launch_Id, without .txt extension.
Looks like i'm doing something wrong: Attached screenshots of my configuration. File created, id added to file, but launches still running in parallel.
You put launch number
instead of uuid
. UUID is GUID type.
If it doesn't work please share your agent`s version.
Switched to UUID, same issue. Also in my project i have ReportPortal.config.json, maybe here is conflict?
Reproduced it. The issue that the agent doesn't read your file at all.
Definitely should be fixed.
Reproduced it. The issue that the agent doesn't read your file at all.
Definitely should be fixed.
Didn't get it.. Should i update vstet testLogger nuget package to get this fix?
Fixed in v3.1.1 please verify.
thank you very much, bug has been fixed
Hi,
Is it possible to merge two different launches which is running in parallel? Found for specflow agent and nunit, but is it possible to merge using vstest agent?