Important Notice: Starting April 1st, 2025, OSx/macOS builds will no longer be supported due to the end-of-life (EOL) of VMWare support for macOS infrastructure.
Join over 500,000 developers testing and building on Travis CI
Pull Request #168
"physicalSizeTestValue" should be "logical size * pixel ratio"
In order to actually have the golden image resolution match the expected physical size, the physical size needs to be set to the logical size * pixel ratio. Before this, an image with size: Size(100.0, 100.0) and devicePixelRatio: 2.0 would result in a .png of size 100 x 100, while we'd expect to have an image of 200 x 200 pixels.