create_run
Create a new dbnl Run
Parameters
Arguments
Description
project
The dbnl Project that this Run will be associated with.
run_config
The dbnl RunConfig that this Run will be associated with. Two Runs with the same RunConfig can be compared in the web UI and associated in Tests. The associated RunConfig must be from the same Project.
display_name
An optional display name for the Run. Display names do not have to be unique.
metadata
Any additional key-value pairs information the user wants to track.
Returns
Type
Description
A new dbnl Run for reporting results.
Examples
Last updated
Was this helpful?