https://github.com/znsio/http-ctk-demo
https://github.com/znsio/http-ctk-demo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/znsio/http-ctk-demo
- Owner: znsio
- Created: 2024-08-05T15:31:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T04:29:50.000Z (over 1 year ago)
- Last Synced: 2025-01-24T06:09:35.268Z (over 1 year ago)
- Language: HTML
- Size: 813 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
## Pre-requisites
- Ensure that you have Docker Desktop running
## Run the Dockerized RI
```shell
cd TMF621-HTTP-RIv5
./ri.sh
```
## Run the Dockerized CTK
```shell
cd TMF621-HTTP-CTKv5
./ctk.sh
```
```shell
open ./TMF621-HTTP-CTKv5/SEND_ME/index.html
```
- Check the sample-cypress-CTK-report dir to see how the cypress-based report looks... try to expand the test sections.. it has no request-response payloads.
#### Legacy RI
```shell
cd TMF621-HTTP-RIv5
docker compose up --build
```