Skip to content

Commit 78e929a

Browse files
committed
Ensure test files are executed in alphabetical order
1 parent 59a5344 commit 78e929a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/codecept.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ class Codecept {
184184
}
185185
}
186186

187+
this.testFiles.sort()
188+
187189
if (this.opts.shuffle) {
188190
this.testFiles = this.shuffle(this.testFiles)
189191
}

0 commit comments

Comments
 (0)