Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

Is Java required to run testing? #263

Closed motss closed 5 years ago

motss commented 5 years ago

Happened to not have Java installed on my machine and encountered error message like java is not installed when running npm run test. It's good to list the pre-requisites applications needed to run testing.

keanulee commented 5 years ago

Yes, we use Selenium through a series of dependencies. Installation should be taken care of when you run npm install.

motss commented 5 years ago

Thanks for the clarification.