Make sure that each scenario gets a separate temp-dir
- Dominant language
- XProc
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
This was originally the intention, but I never got around to fixing it as it wasn't critical. Is there a use-case for **not** using separate `temp-dir`s?
Currently we need to repeat the directory paths in each scenario, which is kind of annoying:
```xml
...
...
...
...
```
Ideally we should be able to just set this at the top-level scenario, and then each sub-scenario can inherit this and still get separate `temp-dir`s:
```xml
...
...
...
...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.