Test your Snowplow tracking and pipeline implementation
There are a number of ways you can test your tracking implementation and QA your pipeline to follow good data practices.
When implementing new tracking, or when making changes to your schemas or enrichments, we recommend you run testing by sending events to a test environment before deploying your changes to production environments. You can use the Snowplow Inspector or Snowplow Micro to do this.
Test web tracking using the browser extension
Use the Snowplow Inspector browser extension to validate your web tracking implementation.
Test schema and enrichment changes with Snowplow Micro
Snowplow Micro is a lightweight version of a Snowplow pipeline that you can use to validate that your schemas, tracking code and enrichments work as expected.
Micro can be deployed through Console or locally using Docker or Java.
Micro can also be used for automated testing in a CI/CD environment.