Skip to content

1.1.0 Reuse Simulators

Compare
Choose a tag to compare
@njuliyu njuliyu released this 17 May 00:43
· 290 commits to master since this release

With this release, Bluepill supports reusing simulators between test bundles to save the long boot time. To enable it, add the --reuse-simulator option to the bluepill command line or add "reuse-simulator" : true to the json configuration file.

The balancing issue of tests to run after excluding skipped tests is also fixed.