reg-viz / reg-suit

:recycle: Visual Regression Testing tool
https://reg-viz.github.io/reg-suit
MIT License
1.17k stars 101 forks source link

New Feature: Add a flag disabling gzip compression to reg-publish-gcs-plugin #701

Open takoshi opened 3 months ago

takoshi commented 3 months ago

Is your feature request related to a problem? Please describe.

When developers try to build a private static web page(built by reg-suit) on GCP, it is more convenient to upload html/img/js files to GCS without gzip compression by reg-publish-gcs-plugin for the following reasons.

Describe the solution you'd like

The solution to the problem is that developers can select that reg-publish-gcs-plugin uploads files with or without gzip compression.