github.com/kubeshop/testkube@v1.17.23/test/playwright/executor-tests/crd/crd.yaml (about)

     1  apiVersion: tests.testkube.io/v3
     2  kind: Test
     3  metadata:
     4    name: playwright-executor-smoke
     5    labels:
     6      core-tests: executors
     7  spec:
     8    type: playwright/test
     9    content:
    10      type: git
    11      repository:
    12        type: git
    13        uri: https://github.com/kubeshop/testkube
    14        branch: main
    15        path: test/playwright/executor-tests/playwright-project
    16    executionRequest:
    17      jobTemplate: "apiVersion: batch/v1\nkind: Job\nspec:\n  template:\n    spec:\n      containers:\n        - name: \"{{ .Name }}\"\n          image: {{ .Image }}\n          resources:\n            requests:\n              memory: 2Gi\n              cpu: 2\n"
    18      activeDeadlineSeconds: 600