1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

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.
This commit is contained in:
Tim van der Meij 2025-04-13 14:56:34 +02:00
parent 75b321b000
commit 5f46791887
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762

View file

@ -23,7 +23,7 @@ async function runTests(results) {
jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
jasmine.loadConfig({
random: false,
random: true,
spec_dir: "integration",
spec_files: [
"accessibility_spec.mjs",