Skip to content

Commit

Permalink
Document dynamic test module scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucha committed Sep 26, 2019
1 parent 02dba89 commit 0d42a54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui-framework-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,4 +553,7 @@ file (e.g. main.pm)
...
loadtest 'installation/create_new_user';
...
```
```

You can also call `loadtest` inside a running test to schedule additional
test modules, e.g. to install and run an external test suite in the same job.

0 comments on commit 0d42a54

Please sign in to comment.