Skip to main content

Module config

Module config 

Source
Expand description

E2E test generation configuration re-exports.

The canonical config types live in alef_core::config::e2e so they can be deserialized as part of AlefConfig. This module re-exports them for convenience within the alef-e2e crate.

Structsยง

ArgMapping
Maps a fixture input field to a function argument.
CallConfig
Configuration for the function call in each test.
CallOverride
Per-language override for function call configuration.
E2eConfig
Root e2e configuration from [e2e] section of alef.toml.
PackageRef
Per-language package reference configuration.