Robert Dickert
Robert Dickert
I'd like to have functionality where I can choose which tests to run by tag/annotation [like the `--tags` option in cucumber-js](https://github.com/cucumber/cucumber-js/blob/master/docs/cli.md#tags). So if I had some tests with `@mobile` and...
I find that when I render `` and am using it as a static component rather than a dropdown, I also want this css: ``` #login-dropdown-list { position: relative; }...
Let's coordinate testing activities here. @RodMachado @ecwyne you guys have both indicated some interest around testing this. Unless someone wants to try AVA, I'm good with mocha with testdouble to...
The documents instruct you to include this in your .profile or .zshrc: ``` ssh-add ~/.ssh/insecure_private_key &>/dev/null ``` However, it does not instruct you on where to find the `insecure_private_key`. Without...