Custom-test-plan

To save custom test-plans to the desktop, type in terminal:

tar -cf ~/Desktop/custom.tar ~/stardex/custom_csvs

The custom.tar file appears on the desktop. Submit it to Stardex.

To clear the stardex folder, type in terminal:

rm -rf ~/stardex/*

To restore custom test plans, copy the custom.tar file received from Stardex to your desktop (stardex folder must by empty) and type in terminal:

tar -xf ~/Desktop/custom.tar -C /

 

You can copy the command text directly from here and paste it into the terminal. (Ctrl+C – Ctrl+V)