Skip to content

Commit

Permalink
added example test
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Jan 25, 2022
1 parent cd9d474 commit 943827f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/e2e/test-example-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "test-example-3",
"namespace": "testkube",
"description": "Tests fast first",
"steps": [
{"execute": {"namespace": "testkube", "name": "testkube-params-test"}},
{"delay": {"duration": 1000}},
{"execute": {"namespace": "testkube", "name": "testkube-params-test"}}
]
}

0 comments on commit 943827f

Please sign in to comment.