Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janemils/testkube-samples--janemils
The repository for all the k6, postman collection, testkube trials.
https://github.com/janemils/testkube-samples--janemils
artifacts custom-executor docker docker-image k6 kubernetes performance-testing postman rest-api robotframework scale-testing testing testkube
Last synced: 26 days ago
JSON representation
The repository for all the k6, postman collection, testkube trials.
- Host: GitHub
- URL: https://github.com/janemils/testkube-samples--janemils
- Owner: Janemils
- License: apache-2.0
- Created: 2023-08-30T19:19:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T08:48:44.000Z (about 1 year ago)
- Last Synced: 2024-10-13T08:42:14.719Z (26 days ago)
- Topics: artifacts, custom-executor, docker, docker-image, k6, kubernetes, performance-testing, postman, rest-api, robotframework, scale-testing, testing, testkube
- Language: JavaScript
- Homepage: https://medium.com/devops-dev/testkube-boon-or-bane-you-tell-me-15a02b6e0a74
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testkube-Samples--Janemils
The repository for all the k6, postman collection, testkube trials.It contains a sample K6 script that runs a simple GET call and prints the response in the console. This should always give you a pass response [200 OK] provided that the service is running absolutely fine.
It also contains a sample Postman script, that runs a few GET and POST calls. It's deliberately written to give you some failure responses to observe the failed cases in Testkube. On executing this, you will observe a mixture of pass and failed scenarios.
Anyhoo, feel free to use the sample code for your testkube explorations!
[UPDATE #1]: Committed the robot framework sample code with folder structures, for your creation of the custom executor in testkube.
- Janemils.