You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"statusCode": 400,
"statusText": "Invalid Script (make sure there is at least one navigate command and that the commands are tab-delimited). Please contact us if you need help with your test script."
}
launching a test against the same url works fine with the WEB UI.
a parsing issue with the node wrapper?
I also cannot make it test any url with parameters ( ?xxx= ).
Thank you
Alex
The text was updated successfully, but these errors were encountered:
@alexinthesky I am trying to submit a test via api with script but it is always running against a URL and ignoring the script option.. Can you please let me know how to pass test script via api
Hi Marcel,
I am having an issue with launching a test against this url
http://beta.michelin.com.cn/CN/zh/tires/%E4%B8%9C%E9%A3%8E%E6%A0%87%E8%87%B4/3008/1__6T/%E8%87%AA%E5%8A%A8%20%20%E7%BD%97%E5%85%B0%E5%8A%A0%E6%B4%9B%E6%96%AF%E7%89%88/2013.html
return code and error are:
{
"statusCode": 400,
"statusText": "Invalid Script (make sure there is at least one navigate command and that the commands are tab-delimited). Please contact us if you need help with your test script."
}
launching a test against the same url works fine with the WEB UI.
a parsing issue with the node wrapper?
I also cannot make it test any url with parameters ( ?xxx= ).
Thank you
Alex
The text was updated successfully, but these errors were encountered: