Troubleshooting Build
This message may appear when no Chrome
environment is found to run the default tests of the web
service.
A simple workaround consists in disabling web
service tests by commenting out the following line in the
gradle/template/yarn.gradle
file of your project:
... apply from: "${rootDir}/gradle/templates/node-common.gradle" ... assemble.dependsOn yarn_install check.dependsOn assemble // check.dependsOn yarn_test <- Comment this line ...