Skip to content

Commit

Permalink
Bring back YAML/try and follow file-name convention (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink authored Dec 4, 2024
1 parent e43a0ff commit 993ec90
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
23 changes: 23 additions & 0 deletions tests/e2e/ui/chainsaw-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
name: ui-cypress
spec:
description: Run E2E tests against Odigos UI using Cypress
skipDelete: true
steps:
- name: Start the UI
try:
- script:
timeout: 300s
content: ../../common/odigos_ui.sh start
- name: Test the UI
try:
- script:
timeout: 300s
content: ../../common/odigos_ui.sh test
- name: End the UI
try:
- script:
timeout: 60s
content: ../../common/odigos_ui.sh end
20 changes: 0 additions & 20 deletions tests/e2e/ui/cypress-test.yaml

This file was deleted.

0 comments on commit 993ec90

Please sign in to comment.