Hi,
I am importing data into MozTrap 1.3.7.
I would like to import the "ID Prefix" for each test case.
My json data below did not succeed.
Any insight (and/or documentation) :)
In the database the table is library_case and the field is "idprefix".
So I guessed the json would look like:
{
"cases": [
{
"name":"Login - Open App",
"tags":["tag1"],
"suites":["ProductX"],
"idprefix":"PX",
"description":"RallyDev ID: TC6",
"steps": [
{
"expected":"Application starts. User is directed to Login Screen. ",
"instruction":"User presses app icon from iPhone home screen. ",
}
],
etc etc etc...
Thanks for all your help today,
Martin