GalaxyCheck icon indicating copy to clipboard operation
GalaxyCheck copied to clipboard

Iteration configuration: end-to-end experience

Open nth-commit opened this issue 4 years ago • 0 comments

We want to be able to have precise control over the number of iterations we run our test with.

However, we also want to have global configuration. For example, I might want to do 10 iterations of my tests locally (for quicker feedback), but 100 iterations on CI.

Some tests might be more performance heavy, so we would ideally reduce them by a factor, and have that reduction be proportioned out the same way for CI vs local.

nth-commit avatar Mar 30 '21 19:03 nth-commit