Problem/Motivation
We need a way to just run all javascript tests, this is solved by #2659100: Allow run-tests.sh to run just the javascript Functional tests, but at the same time, we need a way to skip javascript tests
Proposed resolution
Add a --types=...
parameter to run-tests.sh
So you can run all javascript tests using javascript:run-tests.sh --types=PHPUnit-FunctionalJavascript