We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bccf2 commit 87dfd68Copy full SHA for 87dfd68
Taskfile.yaml
@@ -8,8 +8,4 @@ includes:
8
CODE_DIRS: '{{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/pkg/... {{.ROOT_DIR}}/e2e/...'
9
REPO_URL: 'https://github.com/openmcp-project/openmcp-testing'
10
11
-tasks:
12
- e2e:
13
- desc: "Run end-to-end tests"
14
- cmds:
15
- - go test -v ./e2e/... -count=1
+# TODO: overwirte task test to run e2e with verbosity
0 commit comments