waft.cli.run module¶
- waft.cli.run.pytest(ctx: ~typer.models.Context, config: ~typing.Annotated[~pathlib.Path | None, <typer.models.OptionInfo object at 0x7f50db06bf90>] = None, systems: ~typing.Annotated[list[str], <typer.models.OptionInfo object at 0x7f50db3bee90>] = SystemsDefault.LOCAL, prompt: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f50daf64dd0>] = True, limit: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7f50daf21790>] = None, timing: ~typing.Annotated[bool | None, <typer.models.OptionInfo object at 0x7f50db439990>] = False)¶
Run Python E2E tests on WAFT test system(s).
This command targets WAFT test system(s) given as either command line option(s), a pre-configured system or group named “default”, or the “local” system, by default.