Quantcast
Channel: CircleCI Discuss - Latest posts
Viewing all articles
Browse latest Browse all 14879

CircleCI tests split does not work as advertised

$
0
0

To resolve until the bug is fixed, you can do this:

cp -f custom_config.ini pytest.ini
pytest

This will run pytest without the -c option and the junit-xml will have appropriate file-paths and circleci tests split will correctly find timing information in them.


Viewing all articles
Browse latest Browse all 14879