You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up a CI process to automatically build and deploy a static version of Storybook to the existing S3 bucket used in Playwright tests for every pull request.
Acceptance Criteria:
Build Automation:
Trigger Storybook build on each PR.
S3 Deployment:
Deploy the static Storybook build to the S3 bucket currently used in Playwright tests.
CI Integration:
Integrate the process with the current CI/CD pipeline.
Tasks:
Update CI configuration to include Storybook build step.
Configure deployment script to upload Storybook to the specified S3 bucket.
Test the deployment process to ensure reliability.
This will streamline Storybook access and improve testing and development workflows.
Set up a CI process to automatically build and deploy a static version of Storybook to the existing S3 bucket used in Playwright tests for every pull request.
Acceptance Criteria:
Build Automation:
S3 Deployment:
CI Integration:
Tasks:
This will streamline Storybook access and improve testing and development workflows.
Example:
https://github.com/gravity-ui/uikit/blob/main/.github/workflows/main-preview.yml
The text was updated successfully, but these errors were encountered: