Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reuse simulator between test bundles. #5

Closed
njuliyu opened this issue Jan 18, 2017 · 1 comment
Closed

Reuse simulator between test bundles. #5

njuliyu opened this issue Jan 18, 2017 · 1 comment
Assignees

Comments

@njuliyu
Copy link
Contributor

njuliyu commented Jan 18, 2017

Currently bluepill recreate the simulator for each test bundle. We could save a lot of time if reusing the same simulator for more than one test bundles.

Proposals:

  1. Add CLI option "not-delete-simulator" to bp command, so it won't delete the simulator when test cases finish normally, and return the device id to the parent bluepill process. By default bp command Always delete simulator.

  2. Add CLI option "use-simulator" to bp command. The bluepill process pass the device id to bp command so bp can reuse the specified simulator without recreating a new one.

@ob ob added the enhancement label Jan 18, 2017
@oliverhu oliverhu assigned oliverhu and njuliyu and unassigned oliverhu Jan 18, 2017
@oliverhu
Copy link
Member

implemented in #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants