Skip to content

Introduce parallelism on testcase level inside a testsuite file #95

@tampakrap

Description

@tampakrap

Allow parallel runs of testsuite files. The reporting will be affected by this, we will probably need to collect all the data and then print them instead of printing each testcase as we currently do.

This is also a bit tricky to implement because there might be dependencies between testcases. Right now we just run the testcases in order, and we assume that a testcase depends only on a previous one. If we introduce parallelism, we would need to take into account the dependencies, and possibly even introduce a dependency graph.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions