Skip to content

Support before/after at the test suite level #72

Closed
@LinuxSuRen

Description

@LinuxSuRen

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

References

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions