Start !   no test to run (Bookmark this link to save this configuration) - Unselect all (Select all - Run all)
Stop ...  (running no test)
#{if unitTests}

There ${unitTests.size().pluralize('is', 'are')} ${unitTests.size()} unit test${unitTests.size().pluralize()},

%{ tis = true; }% #{/if} #{if functionalTests}

${tis ? '' : 'There '+functionalTests.size().pluralize('is', 'are')} ${tis && !seleniumTests ? 'and' : ''} ${functionalTests.size()} functional test${functionalTests.size().pluralize()},

%{ tis = true; }% #{/if} #{if seleniumTests}

${tis ? '' : 'There '+seleniumTests.size().pluralize('is', 'are')} ${tis ? 'and' : ''} ${seleniumTests.size()} selenium test${seleniumTests.size().pluralize()},

#{/if} #{if !functionalTests && !unitTests && !seleniumTests}

There is no test to run

#{/if}
Play is running a selenium test... Stop it