Skip to content

[enhancement] Allow custom truncation length for stdout #322

Description

@Kristopher38

This line limits stdout to 1000 characters:

stdout = "\nStdout: " + utils.TruncateString(strings.ReplaceAll(r.StdOutput, "\n", "↩ "), 1000)

It would be convenient to have the ability to change it via a CLI switch for local debugging purposes (e.g. for large testcases with a lot of debug prints). This could just be a boolean switch to disable truncating stdout.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions