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

A simple check for enough disk space in the data dir

A convenience step for enough disk space in the data dir in megabytes

Structs

The Datadir is the context type which provides a directory for each scenario and allows for the creation and testing of files within that directory.