Robert Dickert

Results 13 comments of Robert Dickert

Sounds good. I have a workaround for now. Let me know if I can be of any help

@stewartml I want to be able to pass tags/annotations to run only those tests with those tags. I guess we could do it with env vars? Like `TAGS=@foo,@bar jest test/features`....

Also I've filed a couple of other issues on this and stucumber. Let me know if you need help with anything - looks like these libs are still missing a...

One thing that looks problematic is that the output indicates that you are on port 2222. For a Digital Ocean server (not VirtualBox), you need to be on port 22....

You are right that it's probably not great to add that keypair to your keychain, and it's not required at all if you provision with `vagrant provision`. There is a...

Thanks for the issue. I agree this should be added

Thanks for trying it out! I think you are very close to getting it to work - sorry about the limitations in the documentation. Some answers: 1. No Digital Ocean:...

Here's a preview of the password documentation - a little more detail than I left before: ###A Note on passwords and keyfiles The Linux passwords (webmaster, developer, user) in the...

Very cool. I'll try out your one-liner - it looks better than what I have and should be cross-platform. Your help would be very welcome. Certainly, testing new releases would...

OK, so I looked at the Python one-liner. I take it you are supposed to substitute an actual salt for `a_random_salt`? If so, this is missing the salt-generation, which I...