You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There isn't a possible way to configure work-dir
Expected behavior
I would expect to allow provide work-directory to allow using local files
e.g. my test required to use file, but that file is specified directory
from where I would run newman command
Azure DevOps Version:
Installation: Azure extension 4.*
Task Version: 4.2.0
The text was updated successfully, but these errors were encountered:
Same here. It is not possible to run tests with files, as they are in a folder rather than default.
From newman docs: --working-dir <path>
Set the path of the working directory to use while reading files with relative paths. Default to current directory.
Describe the bug
There isn't a possible way to configure
work-dir
Expected behavior
I would expect to allow provide work-directory to allow using local files
e.g. my test required to use file, but that file is specified directory
from where I would run newman command
Azure DevOps Version:
The text was updated successfully, but these errors were encountered: