Description Usage Arguments Value Author(s) Examples
View source: R/concerto.test.run.R
Runs Concerto test.
1 2 | concerto.test.run(testID, params = list(),
workspaceID = concerto$workspaceID)
|
testID |
Test ID or name. |
params |
Named list of parameters you want to pass to the test logic. |
workspaceID |
Concerto workspace ID where the test object is located. |
Named list with the test specific return variables.
Przemyslaw Lis
1 2 3 4 | ## Not run:
test <- concerto.test.run(1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.