Greg Bishop

Results 7 comments of Greg Bishop

What I ended up doing for now in each test: before(function(){ if(process.env.REPLAY) { Replay.mode = process.env.REPLAY; } }); after(function(){ Replay.mode = "bloody"; });

require('supertest') has to come before require('replay'). Are you loading them in the proper order?

Temporary work around: Without a proper .gitattributes file (e.g. /**/replay* text eol=lf), or if generated and/or edited without .gitconfig being set properly (e.g. git config --global core.autocrlf input) they will...

Assaf, I think the poster means instead of the name 152063271234878036, it might be nice to have a name derrived from the test name or maybe the request URL. Like...

Is this connector being actively maintained? No new versions in 2 years and it won't install with the current version of nodejs. I've not updated and maintained code in github...

I updated package.json to: "appmetrics": "^3.0.0", "elasticsearch": "13.3.1" This work around no longer works apparently. Maybe apiVersion can't go back that far? Any ideas?

Darn this thing. I thought I was done when I created a pull request, not it says review required. Ugh.