-
Notifications
You must be signed in to change notification settings - Fork 6
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
Added ability to run initial commands for a program. #4
base: master
Are you sure you want to change the base?
Conversation
…arios when application initialisation gets a few commands executed first.
It's a nice feature 😄 and the PR looks good 👍 I can merge and do a release if you exclude the last commit. |
This pull request will be superseded by a better solution coming later today |
…o initialise the tested app is run before each test.
… creating a pull request
Hello again, the previous change was no good. We have found out a few issues with it:
Current implementation is solving those problems. I hope it is good enough in your opinion to be merged into original code. Thanks a lot and please let me know what you think! |
Hello, Please let me know if you need any help or information regarding this pull request. I'm happy to pair with you if something is unclear. There's one more change we would like to incorporate into elm-spec. It's a about inputing data through ports. Please check https://github.com/takaczapka/elm-spec/tree/chupa "Interaction with ports" documentation section. Cheers, |
Hi, I have need of this PR too. Is there anything I can help with to get this merged? |
This pull request adds the ability to run commands on init when the application starts. In our case we needed this functionality to test our application. Please review and give any feedback so that this can be incorporated in the official repo.