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
CLI: Fix --seed <file> arg confusion, Backport --seed=true support
* Fix `--seed <file>` arg confusion. This is now correctly interpreted
as a file.
* Fix presence of "Running tests with seed:" message on CLI when preconfig
qunit_config_seed is set via environment variable. Previously the
seed was applied, but not printed because the printing logic only
checked the CLI options, not QUnit.config.
* Add `--seed=true` to generate a new seed.
This is backported from QUnit 3.0.0-alpha, and aligns the CLI with
what was already supported via Preconfig, QUnit.config, and URL
params.
Cherry-picked from 390a5b7 (3.0.0-dev).
> Ref #1691.
0 commit comments