Slide 60
Slide 60 text
@angelariggs_ TestBash SF | 2018
pkill -f selenium-standalone;
selenium-standalone start;
sleep 2s && codeceptjs run --grep
"admin-workflow" --profile https://
website.com --reporter mochawesome
--reporter-options reportDir=./output,
reportFilename=desktop-admin.html;
pkill -f selenium-standalone