percy / percy-selenium-java

Visual testing with Java Selenium and Percy
https://docs.percy.io/docs/java-selenium
MIT License
12 stars 17 forks source link

🐛 Fix getting loglevel env var (prevent null exceptions) #74

Closed Robdel12 closed 3 years ago

Robdel12 commented 3 years ago

What is this?

I forgot to grab the log level env var with a default. When running your java tests without percy exec (which sets the env var), the tests would blow up with a null pointer exception (the env var was null).

<skip>true</skip> was added to the GPG signing dep so you can install & compile without having to sign the package (only needed for release).