Skip to content
JC Franco edited this page Jul 26, 2024 · 1 revision

tags: [tips, tricks, dev]

Tips

  1. For speedier CI test troubleshooting, you can use the testRegex prop under testing in stencil.config.ts to only run a specific suite (example). Just remember to remove it at some point before merging. 😅
  2. You can use Chromatic builds + online code editors (e.g., CodePen) for extra testing without having to update storybook stories or publish to NPM. Example: https://codepen.io/jcfranco/pen/RwYRyGW