This helper requires runner support. In QA Wolf-managed runs, the runner configures this automatically. If you’re building a custom runner, see the Client Reference.
Examples
Mount your file share
Read a file from your file share
When to use
- Your app reads or writes files that live on your network drive.
- Your flow needs test fixtures or input data from your network drive that can’t be committed to a repository.
- Your app writes output files to your network drive and your flow needs to verify them.
- Your flow needs to upload files to your app that are sourced from your network drive.
Full example
Last modified on May 8, 2026