https://github.com/lynix28/grpc-node-k6-example
GRPC automation test example with NodeJS (as Server) and K6 by Grafana Labs (as Client)
https://github.com/lynix28/grpc-node-k6-example
api-testing automated-testing grpc-testing k6
Last synced: 6 months ago
JSON representation
GRPC automation test example with NodeJS (as Server) and K6 by Grafana Labs (as Client)
- Host: GitHub
- URL: https://github.com/lynix28/grpc-node-k6-example
- Owner: lynix28
- Created: 2022-04-05T06:56:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T05:34:30.000Z (over 2 years ago)
- Last Synced: 2025-02-08T14:13:20.379Z (8 months ago)
- Topics: api-testing, automated-testing, grpc-testing, k6
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-node-k6-example
[](https://circleci.com/gh/lynix28/grpc-node-k6-example/tree/master)GRPC automation test example with NodeJS (as Server) and K6 by Grafana Labs (as Client)
How to setup and run the test
1. Clone this repository
2. Build GRPC Dummy Server with `Dockerfile` (file provided)
- execute `docker build -t `
- start the server `docker run --name <"your_container_name"> -p 50051:50051 -d `
3. Install K6 and run it with command
- `k6 run -e IPaddress=localhost ./client/tests/run_test.js`
How the report look like
