Rob Cowsill

Results 36 comments of Rob Cowsill

Good catch! Based on archive.org it looks like bithound shut down in 2018. Looking through the rest of that list, nodesecurity.io (link 1) is a holding site. It look like...

In `feature/187` Travis uses Lerna to start the infrastructure. Lerna invokes the `start-infra` npm script which runs the web service in a docker container. The dockerfile builds the server-render_web image...

~~Converted to draft as I have a plan for how to only upload videos for failed specs.~~ ~~Also I forgot to add the videos folder to .gitignore. Once those changes...

This is good to go now. I'd still like to confirm that the changes to test_profile.js haven't broken anything, but I'm having trouble with the selenium/ZAP setup. I've left a...

Would you want that PR from a feature branch in a fork of master?

As discussed in #206, I'm going to add a test to confirm this vulnerability is present and functioning as expected. PR for that to follow...

PR #208 containing the A9 test has been merged into `feature/187`. Should this issue be closed now, or should it be kept around until #187 is merged into `master`?

I'd like to help with this. I've been looking at some performance improvements to the tests and also making them more reliable.

To start, I'd like to make pull requests for two fixes that should resolve the signup test flakiness: - [x] Make db-reset.js wait for `dropCollections` to complete before inserting new...

Pull request for the dropCollections fix is open: #214