Create test

Create a new test case with natural-language commands.

post/tests

Request body

commandsstring[] required

Natural-language commands that make up the test case.

autoGenerateboolean

Whether creating this test should automatically trigger MobileBoost to write and verify its automation code. Defaults to true; pass false to skip automatic generation.

titlestring

Human-readable title of the test.

tagsstring[]

Tags used to group or filter tests.

folderIdstring

File the new test into this folder. Omit it and the test is unfiled. GET /tests/folders has the ids.

Response

Successful response

testIdstring

The unique identifier of the created test

Changes