Add e2e tests in ci stage

This commit is contained in:
Maximilian Paß
2021-04-28 13:42:33 +02:00
parent 77f84ccf56
commit 0dc4d28c1b
12 changed files with 118 additions and 23 deletions

View File

@@ -12,6 +12,11 @@ type ExecutorApi struct {
mock.Mock
}
// CreateDebugJob provides a mock function with given fields:
func (_m *ExecutorApi) CreateDebugJob() {
_m.Called()
}
// GetJobScale provides a mock function with given fields: jobId
func (_m *ExecutorApi) GetJobScale(jobId string) (int, error) {
ret := _m.Called(jobId)