echo "writing status file for" ${2}
echo ${3} > /tmp/cypress/logs/${1}/status/${2}.txt 
echo "wrote status file for" ${2}
