Pulling Sprkl data to your IDE for further debugging

If you haven't yet installed Sprkl in your IDE, you can follow the guidelines to get started.

For each report, you'll get a unique command using Sprkl CLI that you can run locally, to view the results in your IDE for further debugging (currently supporting VSCode).

sprkl ci pull --run=$ID --repository=$REPOSITORY --token=$TOKEN

Last updated