Sannie Kwakman

Results 9 comments of Sannie Kwakman

Hi @dmarjenburgh you're right. The last change in this repo has been well over 3 years now. Ever since I left Xebia I didn't have any time to update this...

VisualReview server's logging outputs to stdout/console at the moment. If you start the server from commandline you should see the logging.

How do you start VisualReview? What kind of logging do you expect and where?

Thanks for the addition @raboof . I've recently fixed the flaky tests on master (was a memory issue on travisCI by the looks of it), so tests are now failing...

It seems you might have run into [this issue](https://github.com/mlison/protractor-jasmine2-screenshot-reporter/issues/4) of the jasmine2-screenshot-reporter. It relates to protractor not (always) waiting for jasmine reporters to finish what they're doing. If we remove...

sorry for the delayed response. I'll see if I can find a solution for this issue in the next few days. Perhaps offering an option override for situations where os.arch...

Hi! From your post I understand the need for a higher build speed and preventing this plugin from always doing the same extract-operation would serve that purpose. I however don't...

There already is a parameter which defines where the node binary is extracted. It's called `targetDirectory`, see the example configuration in [the readme](https://github.com/skwakman/nodejs-maven-plugin/blob/master/README.md). It's default is currently set to `${project.build.outputDirectory}/nodejs`....