{
    "Steps":
    [
        {
            "Action": "Wait",
            "Arg": "1"
        },
        {
            "Action": "Message",
            "Arg": "Running automove test on path {pathname}"
        },
        {
            "Action": "Connect",
            "Arg": "{url}"
        },
        {
            "Action": "Wait",
            "Arg": "5"
        },
        {
            "Action": "CheckConnected"
        },
        {
            "Action": "CheckServerBuildNumber"
        },
        {
            "Action": "ConsoleCommand",
            "Arg": "FastSwim"
        },
        {
            "Action": "ConsoleCommand",
            "Arg": "AutoMove {pathname}"
        },
		{
			"Action": "Wait",
			"Arg": "600"
		}
	]
}