Feature Request: Possibility to support CI_NODE_INDEX / CI_NODE_TOTAL
currently gitlab has a system to basically parallelize tests based on different servers/runners via CI_NODE_INDEX and CI_NODE_TOTAL, see: https://docs.gitlab.com/ci/yaml/#parallel
it would be amazing if tunit would be able to do support that use case
Can you pass these to the CLI?
E.g. dotnet run --batch-filter ${CI_NODE_INDEX}/${CI_NODE_TOTAL}
actually that would be possible
I was planning a batch filter already, but filters aren't currently open to extension by the Microsoft test platform. So I'll keep this open but it may not be any time soon 😄
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.