Open
Description
My org is considering using Pytest we have huge amount of integration test, I wanted to check if available ram is considered before starting a test. Our estimate is that each of the test takes around 200MB while executing. Is it possible to limit the number of tests running parallely. What would be the best configuration/option to do it as I havn't found any way to configure this in the docs.