1.1.0 Reuse Simulators
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.