web-push-libs / webpush-java

Web Push library for Java
MIT License
323 stars 112 forks source link

Enable chrome-dev tests #90

Open martijndwars opened 5 years ago

martijndwars commented 5 years ago

The Web Push Testing Service (WPTS) uses a version of the ChromeDriver that supports Chrome up to version 74, whereas the current development version of Chrome is version 75.

See if we can update WPTS to (a) use a newer version of ChromeDriver that supports Chrome 73, 74, 75 or (b) use multiple versions of ChromeDriver to do the testing. Afterwards, re-enable the tests.