-
Notifications
You must be signed in to change notification settings - Fork 0
Test Run
Fedor Barannik edited this page Jun 8, 2017
·
3 revisions
Create a new test run.
Full hash TODO:
client = TMJ::Client.new
client.TestRun.create({"name": "Full regression",
"projectKey": "JQA"})client = TMJ::Client.new
client.TestRun.find('JQA-R123')client = TMJ::Client.new
client.TestRun.delete('JQA-R123')client = TMJ::Client.new
client.TestRun.search('projectKey = "JQA"')Full hash for test data:
{
status: '',
environment: '',
comment: '',
username: '',
execution_time: '',
execution_date: '',
script_results: ''
}client = TMJ::Client.new
client.TestRun.create_new_test_run_result('QQ-R123', 'QQ-T123', test_data)TODO:- [Contribution guide]