Skip to content

Split tests across files for the sake of parallelization

Mark Lapierre requested to merge docs-qa-prefer-multiple-files into master

What does this MR do?

Updates the E2E best practices doc to note that we should prefer to add tests in separate files (except in some cases where it still might be more efficient to run the tests in series, e.g., if they share expensive setup).

Edited by 🤖 GitLab Bot 🤖

Merge request reports