ramsenc

Results 1 issues of ramsenc

The following code block works with a runId printing: ``` before(function () { testrail.getRuns(/*PROJECT_ID=*/1, /*FILTERS=*/{}, function (err, response, runs) { let runId = runs[0].id console.log('runId:', runId) }); }) ``` This...