Subset builds
Enable subset builds
Environment variable
steps:
- name: Run tests
run: npm test
env:
ARGOS_SUBSET: "true"CLI
npm exec -- argos upload --subset ./screenshotsyarn run argos upload --subset ./screenshotspnpm exec -- argos upload --subset ./screenshotsbun x argos upload --subset ./screenshotsSDK option
Examples
Node.js
Playwright
Cypress
Troubleshooting / FAQ
Last updated
Was this helpful?