0.14.4 • Published 20 days ago

reg-publish-gcs-plugin v0.14.4

Weekly downloads
3,906
License
MIT
Repository
github
Last release
20 days ago

reg-publish-gcs-plugin

reg-suit plugin to fetch and publish snapshot images to Google Cloud Storage.

Install

npm i reg-publish-gcs-plugin -D
reg-suit prepare -p publish-gcs

Authorizing GCP

This plugin has to be authorized using GCP's Application Default Credentials.

If you run this plugin in your CI service, it's recommended to create a Service Account. Visit https://cloud.google.com/iam/docs/creating-managing-service-accounts to see more details.

Configure

{
  bucketName: string;
  customUri?: string;
  pathPrefix?: string;
}
  • bucketName - Required - GCS bucket name to publish the snapshot images to.
  • customUri - Optional - Custom URI prefix. Default value is https://storage.googleapis.com/${bucketName}. It's useful if you request report HTML over some HTTP proxy servers.
  • pathPrefix - Optional - Specify paths. For example if you set some_dir, the report is published with URL such as https://storage.googleapis.com/your-bucket/some_dir/xxxxxxxxxindex.html.
0.14.4

20 days ago

0.14.3

3 months ago

0.14.2

3 months ago

0.14.0

3 months ago

0.13.0

4 months ago

0.12.2

11 months ago

0.12.1

2 years ago

0.11.0

3 years ago

0.11.1

3 years ago

0.10.17

3 years ago

0.10.16

3 years ago

0.10.15

3 years ago

0.10.10

3 years ago

0.10.9

3 years ago

0.10.8

4 years ago

0.10.7

4 years ago

0.10.6

4 years ago

0.10.3

4 years ago

0.10.2

4 years ago

0.9.0

4 years ago

0.8.5

4 years ago

0.7.25

5 years ago

0.7.23

5 years ago

0.7.16

6 years ago

0.7.6

6 years ago

0.7.5

6 years ago