You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controls the order in which this project runs its tests when using multiple [projects](/guide/projects).
2064
+
2065
+
- Projects with the same group order number will run together, and groups are run from lowest to highest.
2066
+
- If you don’t set this option, all projects run in parallel.
2067
+
- If several projects use the same group order, they will run at the same time.
2068
+
2069
+
This setting only affects the order in which projects run, not the order of tests within a project.
2070
+
To control test isolation or the order of tests inside a project, use the [`isolate`](#isolate) and [`sequence.sequencer`](#sequence-sequencer) options.
'Changes the order in which setup files are executed. Accepted values are: "list" and "parallel". If set to "list", will run setup files in the order they are defined. If set to "parallel", will run setup files in parallel (default: `"parallel"`)',
0 commit comments