-
Add controller, routes, parameter validations, and mock VCR Cassette for specs for the FHIR Service to support Slot resource.
-
Add controller, routes, parameter validations, and mock VCR Cassette for specs for the FHIR Service to support Patient resource.
Additionally:
- ICN query parameter needs to be appended to what fron…
-
Consider using [nockBack](https://github.com/nock/nock#readme) for e2e test. We a very convenient wrapper for mocha called [node-tdd](https://github.com/blackflux/node-tdd#usenock).
The way this wo…
simlu updated
4 years ago
-
The more Cassettes Button points to http://www.8bitkick.cc/playuef.html which no longer exists.
-
Hi,
unfortunately the easyname module stop working, i guess it has something to with some kind of remodeling their webpage especially with the login button and the username field, any ideas?
```…
-
I was just trying to write a new spec and found I couldn't just delete the VCR cassettes directory and get the other specs to pass which was a bit unexpected. I'm getting lots of 'You are not authoris…
-
Your project seems very similar to [node-tdd](https://github.com/blackflux/node-tdd). Maybe take a look and see if we can join forces!
Or you might get inspiration for missing features :)
Cheers…
simlu updated
4 years ago
-
**Describe the bug**
It might not be a bug, but I'd like to let you know. `Subreddit.new()` in a `while` loop without `time.sleep()` issues 2 or 3 GET requests per a second. I think it's too much. …
-
Hey!
Today one of the API we use has added a new JSON field in the response for the exact same request (URL, headers, ...), but the already existing cassette has not been updated.
PHP-VCR should…
Kocal updated
4 years ago
-
If the response is changed, how could I just update the specify test without manually remove YAML file?