Skip to content

Commit 5f46791

Browse files
committed
Run the integration tests in a random order
This commit configures Jasmine to no longer run the tests in a fixed order, which combined with the previous isolation commits avoids being able to accidentally introduce dependencies between integration tests.
1 parent 75b321b commit 5f46791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/jasmine-boot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function runTests(results) {
2323
jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
2424

2525
jasmine.loadConfig({
26-
random: false,
26+
random: true,
2727
spec_dir: "integration",
2828
spec_files: [
2929
"accessibility_spec.mjs",

0 commit comments

Comments
 (0)