Expand description
The datadir step library provides a small number of steps which can be used in your scenarios, though its primary use is to provide the Datadir context object which other libraries will use to provide filesystem access.
If you want to create files, run commands, etc. from your scenarios, you will likely be using them from within the datadir.
Re-exports§
pub use crate::prelude::*;
Modules§
- datadir_
has_ enough_ space - A simple check for enough disk space in the data dir
- datadir_
has_ enough_ space_ megabytes - A convenience step for enough disk space in the data dir in megabytes
Structs§
- Datadir
- The
Datadiris the context type which provides a directory for each scenario and allows for the creation and testing of files within that directory. - Datadir
Inner