Run test in parallel using scratch orgs
CI job that run all test takes ages. Can we use scrach orgs and test suites to run test in parelell in multiple orgs?
https://developer.salesforce.com/blogs/2018/06/running-tests-5x-faster-using-sfdx-and-heroku-ci.html
1
vote
-
Eric Munson commented
There are limits to the number of scratch orgs you can provision, so this could be problematic if implemented improperly. However I would also like to see a solution for providing multiple build agents/orgs!
-
Eric Kintzer commented
if tooling api is used to run tests, wouldn't they run by definition with parallel testing enabled?