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

Add ability to pass command line options when using ember try beta <command>. #10

Closed
rwjblue opened this issue Apr 4, 2015 · 2 comments · Fixed by #13
Closed

Add ability to pass command line options when using ember try beta <command>. #10

rwjblue opened this issue Apr 4, 2015 · 2 comments · Fixed by #13

Comments

@rwjblue
Copy link
Member

rwjblue commented Apr 4, 2015

I haven't dug into this much yet, but I think it should be possible to run:

ember try <scenario-name> test --server

At the moment (as of 0.0.3) this runs ember test (instead of ember test --server) after setting up the scenario.

@rwjblue
Copy link
Member Author

rwjblue commented Apr 4, 2015

Not a huge issue, just noticed while playing around with this.

@rwjblue
Copy link
Member Author

rwjblue commented Apr 4, 2015

I took a stab at a spike for this, but I did it on top of the changes in #12 so I want to hold off on submitting a PR until that has landed (to save extra rebasing and such).

In case I forget to come back to it here is my spike rwjblue@428a661...

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

Successfully merging a pull request may close this issue.

1 participant