Skip to content

Commit

Permalink
chore(triggers): adding playwright engine resolve (#3923)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Jul 4, 2024
1 parent 5890cc0 commit 70382de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/workers/trigger/playwrightengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ func execCommand(name string, args ...string) (string, error) {
}

type PlaywrightEngineRequest struct {
Target string `json:"target,omitempty"`
Target string `json:"target,omitempty" expr_enabled:"true"`
Script string `json:"script,omitempty"`
Method string `json:"method,omitempty"`
Method string `json:"method,omitempty" expr_enabled:"true"`
}

type PlaywrightEngineResponse struct {
Expand Down

0 comments on commit 70382de

Please sign in to comment.