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
#run: means execute test scripts configured by para[path] completely,and generate the test reprot,execution logs
#debug: means execute test scripts configured by para[path] completely, only print the result to console,do not generate the test reprot,execution logs
#genrs: means generate the expected result for the test scripts only
method: "run"
#rate: means the execution success rate,if the actual rate is less than this,the programe will exit with status 1