Skip to content

[Testing Platform] Command line arguments file source #3499

@thomhurst

Description

@thomhurst

From what I can tell options are only supported currently from the command line.

It might be useful to try to find a well-known file that can store options within it. This way it can be source controlled by teams, and provide a more deterministic result between local development and CI builds without developers having to know which various flags to set.

E.g.

test-options.json

{
    "minimum-expected-tests": 200,
    "coverage": true,
    "report-trx": true
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions