Skip to content

Commit

Permalink
feature: mark a testrun as automated when created
Browse files Browse the repository at this point in the history
This behavior will work by default for all created test runs.
  • Loading branch information
gibiw authored and NickVolynkin committed Jul 10, 2024
1 parent 55ec718 commit 5512538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/client/clientv1.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ func (c *ClientV1) CreateRun(ctx context.Context, projectCode, title string, des
Title: title,
}

m.SetIsAutotest(true)

if description != "" {
m.SetDescription(description)
}
Expand Down

0 comments on commit 5512538

Please sign in to comment.