Skip to content

Split tests based on durations for junit xml report.

Notifications You must be signed in to change notification settings

Direside/tsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

tsplit

Split up tests into even buckets based on a junit xml file.

Usage

./tsplit/tsplit.py -g 10 -o tests/test_data/GROUP tests/test_data/report.xml

Options

-g --groups NUMBER  Number of groups to split the tests into. Defaults to 4.
-o --output PREFIX  Output to file with the given prefix followed by the number. E.g. GROUP would output [ GROUP1, GROUP2, GROUP3, GROUP4 ]
-e --env    PREFIX  Output to an enviroment variable with the given prefix followed by the number. See above.

About

Split tests based on durations for junit xml report.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages