Skip to content

Commit

Permalink
feat: Playwright Trigger (#3508)
Browse files Browse the repository at this point in the history
* feat: Playwright Trigger

* feat: Playwright Trigger

* fixing code block title
  • Loading branch information
xoscar committed Jan 9, 2024
1 parent 3089e58 commit a63172f
Show file tree
Hide file tree
Showing 29 changed files with 473 additions and 315 deletions.
4 changes: 2 additions & 2 deletions api/triggers.yaml
Expand Up @@ -6,7 +6,7 @@ components:
properties:
type:
type: string
enum: ["http", "grpc", "traceid", "kafka", "cypress"]
enum: ["http", "grpc", "traceid", "kafka", "cypress", "playwright"]
httpRequest:
$ref: "./http.yaml#/components/schemas/HTTPRequest"
grpc:
Expand All @@ -21,7 +21,7 @@ components:
properties:
type:
type: string
enum: ["http", "grpc", "traceid", "kafka", "cypress"]
enum: ["http", "grpc", "traceid", "kafka", "cypress", "playwright"]
triggerResult:
type: object
properties:
Expand Down

0 comments on commit a63172f

Please sign in to comment.