Documentation ¶
Index ¶
Constants ¶
View Source
const ConcurrentExecutions = 4
ConcurrentExecutions per node
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct { server.HTTPServer Repository result.Repository Worker worker.Worker }
func NewExecutor ¶
func NewExecutor(resultRepository result.Repository, runner runner.Runner) Executor
NewExecutor returns new CypressExecutor instance
func (*Executor) GetExecution ¶
func (e *Executor) GetExecution() fiber.Handler
func (*Executor) StartExecution ¶
func (e *Executor) StartExecution() fiber.Handler
Click to show internal directories.
Click to hide internal directories.