Skip to content

Tags: cloudnc/grpc-web-testing-toolbox

Tags

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from cloudnc/feat-allow-to-pass-promise-as-res…

…ponse

feat: allow to pass promise as response

v2.3.0-feat-allow-to-pass-promise-as-response.1

Toggle v2.3.0-feat-allow-to-pass-promise-as-response.1's commit message
chore: temp pre-release to test

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from cloudnc/feat/mock-route-at-context-level

feat(playwright): mock route at context level

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from cloudnc/feat/add-grpc-observer-functionality

feat(observeGrpcUnary): add capability to observe (not mock) a grpc call.

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from cloudnc/maxime1992-patch-1

fix: missing peer dependency

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from cloudnc/fix/ensure-page-route-is-registered

fix(mockGrpcUnary): ensure route registration is awaited to avoid race conditions where a route might be attempted before registration completes

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from cloudnc/feat/request-context-for-response

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from cloudnc/fix/lenient-peer-deps

fix(deps): Relax peer dependencies to allow any patch or minor versio…

v1.1.5

Toggle v1.1.5's commit message
fix: copy the readme and license files in the dist folder so that the…

… readme is available directly on NPM and the license as well

v1.1.4

Toggle v1.1.4's commit message
fix: build as module commonjs instead of esnext

This fixes an issue in the project consumming that library when it was saying

```
JavaScript files must end with .mjs to use import.
```