allow JS tests not to be run
Java Tests can be disabled when the property "skipTests=true" is given. However this does not affect JS tests.
The pom.xml should be changed so that ideally it will react on the same property (or if not otherwise possible) on a different property.