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 [[crates]] entries. This module re-exports them for
convenience within the alef-e2e crate.
Structs§
- ArgMapping
- Maps a fixture input field to a function argument.
- Call
Config - Configuration for the function call in each test.
- Call
Override - Per-language override for function call configuration.
- E2eConfig
- Root e2e configuration from
[e2e]section of alef.toml. - Package
Ref - Per-language package reference configuration.
- Registry
Config - Configuration for registry-mode e2e generation (
alef e2e generate --registry).
Enums§
- Dependency
Mode - Controls whether generated e2e test projects reference the package under
test via a local path (for development) or a registry version string
(for standalone
test_appsthat consumers can run without the monorepo).