Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable to create a results directory that can get mapped to an external directory #9

Open
tesanchez opened this issue May 1, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@tesanchez
Copy link

As port of an automation execution we need to retrieve results that should be accessible by multiple parties. I believe a good way of doing this is to generate a variable that can be assigned a path to where all the results go and from their map it to a similar directory in a repo or local space

@nazwr
Copy link
Owner

nazwr commented May 7, 2018

We can hard code the reporting directory inside of the container for runs - something like /readyapi/reports and then use a Docker volume to let the users map a host directory at build time:

-v [local_path]:/readyapi/reports

This could be used as an alternative option to getting composite projects into the container - instead of copying them in at build time (removing local dependencies), the container mounts the directory at run time and then reads the files (useful for when the container will always have access to the file system).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants