Closed
Description
It could be similar with #69. See the following example:
name: Gitlab
before:
items:
- "waitPod('default-ns', 'app=gitlab', '2m')"
items:
- name: projects
request:
api: https://gitlab.com/api/v4/projects
before:
items:
- "sleep(1)"
There are some desired functions needed:
- waitPod: wait until the pod is ready
- createK3d
- delK3d: delete a k3d cluster