Skip to content

Commit

Permalink
added nested rungroups to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Dec 10, 2024
1 parent f36f38e commit ee9fe51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ Example:
TESTOMATIO={API_KEY} TESTOMATIO_RUNGROUP_TITLE="Build ${BUILD_ID}" <actual run command>
```

Use `/` separator to create a nested rungroup:

```
TESTOMATIO={API_KEY} TESTOMATIO_RUNGROUP_TITLE="Builds/${BUILD_ID}" <actual run command>
```


#### `TESTOMATIO_SHARED_RUN`

Report parallel execution to the same run matching it by title. **If the run was created more than 20 minutes ago, a new run will be created instead.** To change the timeout use `TESTOMATIO_SHARED_RUN_TIMEOUT` variable.
Expand Down

0 comments on commit ee9fe51

Please sign in to comment.