Proxy or Stub with NGINX
In case it is useful for someone else: here is another way to have a proxy stubbing some of the incoming requests. The external tests are in shell directly with curl. My initial need was to stub some graphQL requests …
Quality with simplicity
In case it is useful for someone else: here is another way to have a proxy stubbing some of the incoming requests. The external tests are in shell directly with curl. My initial need was to stub some graphQL requests …
When building the GitHub Pages App TDD Stats, I wanted to add code coverage with istanbul and it required a little more effort than just wrapping the mocha call with nyc because jsdom is not yet very code coverage friendly. …