Skip to content

Capture all pages of storybook, static pages, and so on using Storycap and Puppeteer on Docker.

Notifications You must be signed in to change notification settings

gyugyu/storycap-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Storycap action

Capture all pages of storybook, static pages, and so on using Storycap and Puppeteer on Docker.

Inputs

strategy

Strategy for server command, currently supported: start-storybook, http-server, none. Default is start-storybook.

path

Path to serve with http-server strategy. Default is dist.

server_cmd

Direct config of server_cmd.

port

Port to capture. Default is 9000.

https

Usage of https schema. Default is false.

host

Host to capture. Default is localhost.

working_dir

Working directory.

Example usage

uses: gyugyu/storycap-action@v1
with:
  strategy: http-server

About

Capture all pages of storybook, static pages, and so on using Storycap and Puppeteer on Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published