java.lang.ClassCastException: class com.google.common.collect.Maps$TransformedEntriesMap cannot be cast to class java.lang.String (com.google.common.collect.Maps$TransformedEntriesMap is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
The problem
calling
.snapshot("name")
throwswith @percy/cli = 1.16.0
Environment
@percy/cli
version: 1.16.0Code to reproduce issue
see that simple test
Details
works with
@percy/cli
on version1.14.0
basically, there error is that the new version returns a map with the keys,
html
,warnings
andresources
instead (my assumption) the html only.